Phone Version logo size - by ejder077 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler

  • Avatar: ejder077
    ejder077
    Participant
    January 29, 2019 at 12:33

    Hi,

    May I ask how can I change the logo size of the phone version without affecting the logo of the computer version?

    https://prntscr.com/mdp7hd

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 30, 2019 at 09:01

    Hello,

    Please add this code in Theme Options > Custom css > Global custom css or in style.css file of your child theme:

    @media only screen and (max-width: 992px) { 
        .header-logo img {
            max-width: 300px !important;
            width: 200px;
            max-height: 100% !important;
        }
        .header-wrapper header .container-wrapper {
            padding: 0px;
        }
    }

    Regards

    Avatar: ejder077
    ejder077
    Participant
    February 1, 2019 at 03:53

    It is perfect now! Thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2019 at 08:06

    You’re welcome!

    Regards

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