Home>Support>vantage logo in menu padding

vantage logo in menu padding

By londonnet, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
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].

Hi can you adjust the padding round the logo when it is sat in the menu? I can see you can adjust the padding for the menu items but not for the menu itself

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

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

    Hi Londonnet

    Thanks for reaching out. Please try the following at Appearance > Custom CSS:

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

    Adjust as required. The values represent top, right, bottom, left.

    Hope that helps.

  2. 10 years, 1 month ago londonnet

    Thanks for the reply. I moves the position of the logo but it doesn’t make it any bigger. I would like the logo to be flush with the top and bottom of the menu bar.

    Thanks

  3. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    To show your logo at its true size go to Appearance > Theme Settings > Logo and un-check the Constrain Logo Height setting.

  4. 10 years, 1 month ago londonnet

    OK that works. The logo is now massive but I guess all I have to do is re-size the image to the size I want it.

    Looks good thanks

  5. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    You can also use CSS to constrain the logo. Add the following to Appearance > Custom CSS:

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

    Change 35px to your required constraint value.

  6. 10 years, 1 month ago londonnet

    Perfect. This does exactly what I want it to.

    Many thanks

  7. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that did the trick :)

    All the best.

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