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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -