html - How Do I Get Rid of the Extra White Space at the Bottom of My Nav Bar? -


i've figured out how center nav bar , stick top of screen... reason when got stick top of screen adds random white space... there way can remove it? mineflow.us thanks.

just set in css:

body {      padding:0 !important;      margin:0 !important;      } 

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

objective c - Ownership modifiers with manual reference counting -

python 3.x - Mapping specific letters onto a list of words -