This is driving me nuts... This might be simple by I'm not hitting the nail: please give a hint :-)
I'm trying to play with Bootstrap 3 for a new layout for my site. I want the navbar to pin to the top of the screen when I scroll.
I got it working but the content below navbar shifts when the affix class kicks in. I can't find my way around it.
#nav.affix + #mainContent { padding-top: 75px; }
– Dictate