Home>Support>how to edit/resize my logo in menu bar

how to edit/resize my logo in menu bar

By Dharm Aujla, 9 years ago. Last reply by Andrew Misplon, 9 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More