I have a website project that I'm doing in Bootstrap3, but the top menu was done in 960gs. What is the best way to use both at the same time, without one interfering with the other?
Asked
Active
Viewed 717 times
1 Answers
1
The best way is to not use both. 960gs is not responsive. Instead of spending the time to make it responsive, it would be more advisable to create the menu using bootstrap so it's responsive from the start and you eliminate a secondary framework.
If you want to move forward with using both frameworks you can namespace bootstrap. This has already been answered here:
How to namespace Twitter Bootstrap so styles don't conflict
and

Community
- 1
- 1

xengravity
- 3,501
- 18
- 27
-
Thank you! I'll do the menu in bootstrap then; – MrMadBacon May 29 '15 at 19:01