iam trying to set my header fixed. but it only works with fullsize…i cant find my fault.
my fiddle: http://jsfiddle.net/D2RLR/3234/
if i use <div class="navbar navbar-static-top" > its not fixed but with the width i want, if i use <div class="navbar navbar-fixed-top" > its from the left border to the right border of my browser, like facebook. how can i get that fixed with the size of the sidebar+content? thanks for any advice
Like this?
Maybe you can use
marginandwidthfor the header too. You know your code, so you probably find a proper class for those.