Home>Support>Logo full width

Logo full width

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].

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?

link

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 10 months ago Alex S
    Hi, I Work Here

    Hi 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.

  2. 8 years, 9 months ago fg3 fotogino3

    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?

  3. 8 years, 9 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More