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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -