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.

how to edit/resize my logo in menu bar

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I am having trouble getting my logo to show clearly. also can i resize the logo so it appears larger?
website is www.britely.ca and also doing www.lexedge.ca

currently both have small logos – what size does the logo need to be in order for it to fit perfectly and also overlap against the background color of the menu bar??

thanks!

URL: http://www.lexedge.ca

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Dharm

    Try the following under Appearance > Custom CSS:

    /* Vantage Remove Logo in Menu img constraint */
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: none !important;
    }

    That’ll let your logo render at the size you upload it as.

    To remove all the padding around the logo you could try the following:

    /* Vantage logo in menu remove all logo padding */
    header#masthead.masthead-logo-in-menu .logo {
    padding: 0 !important;
    }

    Or control padding like this:

    /* Vantage logo in menu remove all logo padding */
    header#masthead.masthead-logo-in-menu .logo {
    padding: 0px 0px 0px 0px;
    }

    Those four numbers are top, right, bottom, left. Adjust as required.

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