I'd like to make the header rest right on top of the menu at http://wpdallas.com/test any ideas? Thanks!
feedback
|
migrated from wordpress.stackexchange.com Feb 22 at 15:19
This question came from our site for WordPress developers and administrators.
|
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. | |||
|
feedback
|