This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Alex S Staff 9 years, 5 months ago

    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. fg3 fotogino3 9 years, 4 months ago

    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. Alex S Staff 9 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread