• Hi,

    Is it possible to change the size of the header logo when the Global Header Layout option is set to “Default”? It appears very small in this setting compared to “Header – Center”

    Thanks

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

    (@addweb-solution-pvt-ltd)

    Hello rolynoworse,

    You can change size of logo using css.

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

    img.custom-logo {
        height: 150px;
        width: 150px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter rolynoworse

    (@rolynoworse)

    Thanks – that works after a fashion but it is constrained by the size of either a container, or the Search/Select Category box.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    you can resize the logo as much you want

    Thread Starter rolynoworse

    (@rolynoworse)

    I’ve have tried this but it the width seems to be restricted by the Search/Select Category box?

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    try the following css code

    .logo-brand {
        width: 96% !important;
    }
    Thread Starter rolynoworse

    (@rolynoworse)

    I’m afraid that has no effect, but thank you very much for your prompt assistance!

    I wonder if it would be possible to reduce the size of the Search/Select Category box to allow the logo to expand?

    Theme Author AF themes

    (@afthemes)

    Hello there,
    Would you please come upon direct email support along with site link and screenshots from https://afthemes.com/supports/ so that our support team could help you in a specific way?
    Best regards

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