Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there topabunmi,

    How are you doing today?

    This is definitely possible with some custom CSS. The reason this happens is because logo image has maximum height defined in themes CSS, which is originally 60px which you can override with your own styles.

    To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .navbar-logo img {
        max-height: 130px;
    }

    This should be the result https://screencast.com/t/McSNSaD8c. If the code doesn’t work please keep it added and let me know so I can take a look ??

    Cheers,
    Bojan

    Thread Starter topabunmi

    (@topabunmi)

    Great! this works perfectly well. Thanks so much for the help.

    I’m having another issue with the homepage slideshow. I added slideshows on the home page, it was displaying at the initial period I added it but right now it is not again. Is there anything else to do for it to display?

    Hey again,

    Since this is off topic can you please open a new thread with your question.

    Best regards,
    Bojan

    Thread Starter topabunmi

    (@topabunmi)

    Okay. I’ve done that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to resize logo’ is closed to new replies.