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.

Remove Left and Right White Space Around Logo?

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by robk303 10 years ago

I have a full sized 1080 logo and have tried everything possible in the CSS to get rid of the white spaces on the side, but was unsuccessful. I found this thread and tried the code you posted,

How To Remove Left and Right White Space Around Logo? (Vantage Premium)

…but it did not resize my 1080 wide logo. It merely moved it to the left. The size of the logo is still 1010, only now there is a larger white space to the right. I have changed the background color of that area to GREEN so the issue can be easily seen. It is on this page: http://www.gone-adventuring.com

Any suggestions to allow (or force) the logo to expand to 1080?

Cheers,
Rob

URL: http://www.gone-adventuring.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Magus Staff 10 years, 7 months ago

    Hi Rob

    Please add the following to your Appearance->Custom CSS

    #masthead .hgroup .logo {
        max-width: 1080px !important;
    }
    #masthead .hgroup .logo img {
        width: 100% !important;
        height: auto;
    }

    Let us know how you get on

    Magus

  2. robk303 10 years, 7 months ago

    Thank you. That additional bit of code did the trick.

    fyi – There seems to be an awful amount of code in the CSS merely telling the logo to maintain a scale of 100% (which should be the default). I suppose, as long as it works, who am I to complain?

    Cheers,
    Rob

  3. Magus Staff 10 years, 7 months ago

    Hi Rob

    Glad to hear it’s working. The other CSS for the Logo is for when the layout uses different options such as with a sidebar, logo in menu, no widget overlay and others.

    If you need any more help please feel free to open a new support thread

    Magus

  4. robk303 10 years, 7 months ago

    Very good. Thanks.

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