Mobile Logo Resizing - by tarowaggoner - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler

  • Avatar: tarowaggoner
    tarowaggoner
    Participant
    November 7, 2016 at 07:55

    Hello need help resizing the logo on my mobile view. If this is not possible is there a way to display different logo for mobile and tablet views?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2016 at 08:41

    Hello,

    Try to add different size for logo in Custom CSS tablet/landscape/mobile.

    Regards,
    Rose Tyler.

    Avatar: tarowaggoner
    tarowaggoner
    Participant
    November 7, 2016 at 18:17

    Okay, yeah i’ve tried several things and it seems like its not working. Is this the image class? .header-logo img.logo-fixed

    my css is not very advanced ^_^

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 7, 2016 at 19:09

    Hello,

    Try to use this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile:

    .header-logo img {
        max-width: 250px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: tarowaggoner
    tarowaggoner
    Participant
    November 7, 2016 at 19:58

    Cool that made it bigger thank yo. is there anything i can add to center it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2016 at 08:18

    Hello,

    Add this code in Custom CSS:

    @media only screen and (max-width: 480px){
    .template-container .header-logo {
        max-width: 270px !important;
    }
    .header-logo img {
        max-width: 250px !important;
    }
    }

    Regards,
    Rose Tyler.

  • Viewing 6 results - 1 through 6 (of 6 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.