Hi,
I’m using simple catch for my blog, and can’t seem to get rid of the grey space between my header and the menu below – I’d like there to be no space. I’ve tried the above suggested code, however doesn’t seem to work. My site is http://www.awayandgay.com
Currently in my Theme Options – Custom CSS is:
#header .logo-wrap { padding-left: 0; }
#site-logo a img { max-width: 100%; padding-right: 0; }
#header .logo-wrap { margin-top: 10; }
#header #mainmenu { margin-top: 0; }
#header .top-bg { display: none; }
#hgroup-wrap { padding: 0; }
#hgroup.with-logo { padding-top: 0; }
Cheers.