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].
I have added a logo to my site which should cover the total space of the page width, however, it doesn’t matter what I do I cant get it exactly right.
Please view the url for visual.
Hi Martin
Vantage, at the time of build, unfortunately, didn’t anticipate this. Please, try the following at Appearance > Custom CSS to help things along:
/* Full Header Logo - Boxed Layout Bound */ header#masthead { padding: 0 !important; } header#masthead .hgroup { padding: 0 !important; } header#masthead .hgroup .logo img { height: auto; width: 1080px; } header#masthead .hgroup .logo img[style] { padding-top: 0 !important; padding-bottom: 0 !important; } .main-navigation { margin: 0 !important; } body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar { display: none !important; }Many thanks for this, Andrew, it worked a treat!
Regards
Martin
Awesome :) Glad to hear that did the trick. All the best.