Site logo

[Resolved] How I can make logo same size as on this site

Home Forums Support [Resolved] How I can make logo same size as on this site

Home Forums Support How I can make logo same size as on this site

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1896116
    Anonymous

    Hello,

    I am trying to make logo be shown on same size as on first site bellow on desktop, tablet and mobile on my site which is second one. How I can achieve this?

    Thank you

    Sara

    #1896602
    David
    Staff
    Customer Support

    Hi there,

    the Navigation Logo gets it height from the Menu Item Height, so you would need to match the same styles your example site uses. The simpler option would be just to use some CSS:

    .main-navigation .navigation-branding img {
        max-height: 40px;
        padding: 0;
    }
    #1897200
    Anonymous

    Hello David,

    Thank you very much, worked perfectly 🙂

    #1897324
    David
    Staff
    Customer Support

    Glad to hear that

    #1898465
    Anonymous

    Hello David,

    Just one thing can you check on mobile for me because it seems in sticky menu logo gets bigger, where I should check this on customizer?

    Thanks!

    #1898565
    David
    Staff
    Customer Support

    Can you enable the sticky nav so i can see the issue?

    #1898566
    David
    Staff
    Customer Support

    Can you enable the sticky nav so i can see the issue?

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.