Logo - by Alexey Leaders - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow

  • Avatar: Alexey_Leaders
    Alexey Leaders
    Participant
    August 27, 2019 at 05:50

    Good afternoon, the size of the logo does not change in the theme settings. In the settings themselves, it increases and decreases, when publishing the size of the logo on the site does not change. How can I increase the size of the logotype in the website headers?

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 27, 2019 at 18:18

    Hello,

    Add the following code to Theme Options > Custom CSS

    .header-logo img {
        max-width: 500px;
    }
    @media only screen and (max-width: 480px), (max-width: 812px) and (orientation: landscape){
        .header-logo img {
            max-width: 180px !important;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.