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

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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

php - Redirect and hide target URL -