Hi,
Based on this topic: http://www.t3-framework.org/documentation/menu-system.html I've created a sticky menu bar on top of my pages. Now in the graphic design of the site, the menu bar is only half as wide as the mainbody (on medium and large screens) and partly covering the header image. I solved this by:
Wrapping the container for the navbar in two extra divs, one with the class .row, the other with a few classes like .col-md-6, .col-md-offset-3
Wrapping the mainbody and spotlight containers together in an extra div with relative positioning and a value of top:-50px (so all of the content is moved vertically)
This seems works except from the fact that the wrapper with the mainbody is behaving a bit oddly:
When entering the page, the wrapper is positioned a bit lower than expected;
After scrolling down and returning to the top of the page, there is a short animation, moving the page further up than expected.
You can view this online on a develop site: http://uit01.oorzaak-develop.nl
Hope someone can help me on this one.