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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -