Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
Thank you for the great Vantage theme.
I uploaded the logo that’s sized 1,080×315
I still can’t get rid the white space on right and left of the logo with the supplied css on the older thread.
My website: http://rahasiaorgas.me
Hi Ivan
That snippet should still work with one small change. You now need to add a full stop (period) before hgroup. So it will now be:
/* 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; }Hi Andrew,
Already add it on the custom CSS.
The issue persists.
Please delete your Custom CSS and add my snippet above. hgroup was changed from a tag to a div class so there is now a period in front of it. Please see my first reply.