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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

php - Redirect and hide target URL -