Add padding-top for full view of the responsive navbar
Currently, body elements appear behind the navigation bar at the top.
To fix this, we must add this css, where min-width is the width pixel size on which the top responsive navbar becomes compact (767 by default):
Submitted by Elmer van Chastelet on 2 January 2013 at 17:20@media (min-width:767px){ body { padding-top: 45px; } }
Issue Log
On 3 January 2013 at 00:25 Eelco Visser commented:
should be min-width: 980px, which is the width at which navbar becomes static; added to bootstrap-adapt.css
On 3 January 2013 at 00:25 Eelco Visser closed this issue.
Log in to post comments