Padding To The Left And Right Of Logo In Vantage
Hello.
I uploaded a 1920 x 480 logo to my website: kompulsa.com, and I figured out how to reduce the top and bottom padding in the theme customizer, there is white space to the left and right of the logo which I don’t want. I just want the logo to be the same width as the rest of the website so there is no white space.
What can be done to fix that?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Nicholas
Please try the following under Appearance > Custom CSS:
/* Full header logo */ header#masthead { padding: 0 !important; } header#masthead .hgroup { padding: 0 !important; } header#masthead .hgroup .logo img { width: 1080px; } .main-navigation { margin: 0 !important; } body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar { display: none !important; }Should do the trick.
Thank you! :)
It worked.
Win! Glad we could help.
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.