-1

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?

MrMadBacon
  • 51
  • 7

1 Answers1

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

css framework for an app with existing stylesheet

Community
  • 1
  • 1
xengravity
  • 3,501
  • 18
  • 27