html - Gap between top header and Navigation bar -


i in process of building custom template in wordpress have big gap between top , bottom (nav) part of header should 1px.

any on how can fix this?

thanks dee

http://serenityhouse3.ayomo.com

add margin-top: 0px ul#mainnav this:

ul#mainnav {margin-top: 0px}

and margin: 0 0 1px 0; #header this:

#header{margin: 0 0 1px 0;}


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -