I'd like to make the header rest right on top of the menu at http://wpdallas.com/test any ideas? Thanks!

link|improve this question

CSS issues are not on-topic for this site. Moving to Stack Overflow. – EAMann Feb 22 at 15:19
feedback

migrated from wordpress.stackexchange.com Feb 22 at 15:19

This question came from our site for WordPress developers and administrators.

1 Answer

up vote 1 down vote accepted

Remove the padding on the header - currently it's padding: 10px 0. Change it to padding: 10px 0 0 0;

FYI it might be easier to use firebug or a webkit browser (ie chrome - and you right click and inspect element), where you can inspect the element and that usually helps with CSS. Of course, you would need to double check how they look in IE.

link|improve this answer
Thanks. :) that will work! – Rick Smith Feb 22 at 11:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.