Forums
Forums / Fixing WordPress / Remove White Space Header Logo
(@christinederrel)
12 years, 8 months ago
Hey folks!!! I am working on my website http://skinnywithfiber.org/ and I want to remove or make smaller margins after and before my header logo.
Any ideas on how to do this??? I am running twenty twelve theme.
Thanks for letting me know. I know it has somehing to do with CSS but I am clueless.
(@egriffinwebdesign)
Hello Christine!
The following CSS code should do the trick for you.
.site-header { padding: 0; } .header-image, .main-navigation { margin-top: 0; }
If you need help on how to implement this just let me know.
Cheers!
Michael
The topic ‘Remove White Space Header Logo’ is closed to new replies.