• Resolved majority

    (@majority)


    Hi team,

    I want to increase the size of the logo in the header navbar. I tried increasing the size of .navbar-header, .title-logo-wrapper and .navbar-brand but nothing worked!

    Suggestions, please?

    Thanks
    Mike

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello majority ,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .navbar .navbar-header .navbar-brand img {
        max-height: 150px !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter majority

    (@majority)

    Perfect!

    Thank you so much.

    Cheers
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hestia logo image size’ is closed to new replies.