Logo full width
Hello, i’m using vantage premium with the full width layout
when i insert the logo i see a white space in the left on the logo
is it possible to delete this white space with some custom css?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Fg3,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.logo img { width: 100%; height: auto; }You might also need to install the SiteOrigin CSS Editor.
By the way, as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.
after the last update now i have a white space at the top and at the bottom of the logo. do i need to change some code?
Hi Fg3,
Due to using a minify plugin I’m unable to work out why the padding is being added but you can remove it by adding the following CSS to WP AdminAppearanceCustom CSS:
#masthead .hgroup { padding-top: 0; padding-bottom: 0; }You might also need to install the SiteOrigin CSS Editor.
For future issues, please create a new thread as it’ll allow other users with similar issues to easily find your thread and as a result, the solution.
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.