Having some issues with a Bootstrap 3.0.x template at the moment: You can check out the demo template here:
www.kuzma.tk
Originally, the layout looked like this:
left sidebar:
col-md-2 col-md-offset-1
middle component:
col-md-6
Right sidebar: col-md-2
Now the layout has been slightly adjusted:
left sidebar: col-md-2
middle: col-md-7
right sidebar: col-md-2
After increasing the middle by one column, the main menu disappeared! When I manually change the middle to "6" through FireBug, it reappears. Still trying to figure out what's causing this issue...
Would appreciate any help. Thank you!
Using Bootstrap v3.0.2