• This topic has 5 replies, 2 voices, and was last updated 2 years ago by vako.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60501
    Chelsea Celaya
    Participant
    Premium Member

    Hi There!

    My logo looks great on the browser, but it gets cropped when looking at the site on a mobile device. What is the recommended logo size on mobile so I can upload a resized version into the responsive section of the customizer?

    #60507
    vako
    Keymaster
    WP Royal Team

    Hi Chelsea,

     

    Please share your website URL and we will check for the possible solutions.

     

    Kind Regards

    #60598
    Chelsea Celaya
    Participant
    Premium Member

    Right now I have the site on a countdown mode, but you can access through the bypass link here: https://sipsnspirits.com/?cmp_bypass=7fa1ac02324b24698b618f5bbf1a7fe4

    #60608
    vako
    Keymaster
    WP Royal Team

    Hi Chelsea,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 880px) {
    .logo-img {
    max-width: 150px !important;
    }
    }
    @media screen and (max-width: 748px) {
    .logo-img {
    max-width: 150px !important;
    }
    }
    @media screen and (max-width: 640px) {
    .logo-img {
    max-width: 90px !important;
    }
    }

     

    Kind Regards

    #60623
    Chelsea Celaya
    Participant
    Premium Member

    This did the trick! Thanks so much.

    #60644
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.