Vantage Premium full Width Header/Logo Image
Hi,
We’ve got the Vantage Premium theme, but we’re unable to get the header image/logo to go the full width of the screen? We’ve tried numerous CSS changes to no success. Is there something we’re missing?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Burra,
Do you have a public URL where we can take a look at your setup? Regardless, I typically recommend something like the following CSS which can be added to WP AdminAppearanceCustom CSS:
#masthead, .hgroup { padding: 0 !important; } .site-navigation { margin: 0 !important; } #masthead .full-container { max-width: none !important; } .logo img { width: 100%; height: auto; }You might also need to install the SiteOrigin CSS Editor.
By the way, as you’re a premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on your Page: Dashboard. Please reference this thread and include your SiteOrigin order key in the email.
Hi Alex,
We’ve put the code in Custom CSS, still nothing. We’ve also installed the SiteOrigin CSS Editor.
Public URL is http://www.burratronics.com.au/electronics
Cheers
Hi Burra,
Oh, sorry – there was a typo in the provided CSS.
Please replace:
.logo { width: 100%; height: auto; }With:
.logo img { width: 100%; height: auto; }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.