Day: September 18, 2013
-
un-fixing the position of the navbar in mobile view on Bootstrap with CSS and jQuery
—
in WorkThe floating navbar on responsive/mobile Bootstrap templates has a fixed position. But when the menu becomes longer, I needed to make it ‘relative’ in position so that the person can scroll down the items to see the other links. jQuery function mobile_header() { /* on mobile, opening the menu scrolls to top and removed the…