• Resolved allanwq

    (@allanwq)


    Guys, I’m trying to put my LOGO align with the MENU but then
    it shows up so small, not the right size (so small). Check https://www.allanwq.com

    Question : How can I put it in the MENU with the correct Dimension/size?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi allanwq

    Thanks for reaching out.

    When applying the Logo in Menu masthead layout option, a constraint does get placed on the size of the logo. To remove that constraint, add the following to Appearance > Custom CSS ( Vantage Premium) or your own Custom CSS plugin (Vantage Free).

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

    Your logo will then render at the size you upload it at.

    Hope that helps.

    Thread Starter allanwq

    (@allanwq)

    Thanks Misplon. Perfect! It works just the way I want it.
    Again Thanks.

    Super, glad to hear that did the trick.

    All the best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LOGO on Menu ?’ is closed to new replies.