Logo Desktop/Mobile - by Stephie1310 - on WordPress WooCommerce support

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

  • Avatar: Stephie1310
    Stephie1310
    Participant
    March 19, 2021 at 00:39

    Hey there, is there the option to upload a separate logo file for desktop and mobile view? Right now I can only upload one upload file and it is either too big or too small/blurred in desktop or mobile. Right now the size in desktop is okay but in mobile view its far too big ans blurred… Thanks. Best, Stephanie

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 19, 2021 at 14:06

    Hello,

    There is no such option, unfortunately. But add the below code to Theme Options > Custom CSS to fix the logo for mobile

    @media only screen and (max-width: 992px){
    .header-logo img, .header-type-6 .header .header-logo img {
        width: auto;
    }
    }
    

    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.