Header Problem
I’m new here in wordpress just want to ask how to remove or change the padding/margin in the header area (white area).
Please see my website.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Jean Maitem
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
header#masthead { padding: 0 !important; } header#masthead .hgroup { padding: 0 !important; } header#masthead .hgroup .logo img { width: 1080px !important; } .main-navigation { margin: 0 !important; }Let me know if it works out for you
Cheers
yes it worked! thanks a lot @addo
Hi Jean,
Glad to hear! Enjoy your day.
Cheers!
I put this code in and now my header image is stretched, what can I do?
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.