Hi,
I’m trying to remove the white space above our logo in the header. I’ve already made sure that there is no white space in the actual logo image.
Thanks,
Chris
Anyone have any ideas?
I’ve tried a few different things with CSS but still haven’t been able to make it work.
Other than this minor problem, it’s a really great theme!
Regards,
Chris
Still not resolved,
Any help greatly appreciated!
Chris
Hi,
afaik there’s no margin around the logo but just a 5px padding on the top & bottom of the logo image. You can remove it with following css code
.logo img {
padding: 0;
}
If the code doesn’t help you please post a link to your website and I’ll check the logo position and css code.
Awesome! Worked perfectly.
Thanks for your help!
Chris