Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48434
    Anne Gensch
    Participant
    Premium Member

    Hi,

     

    my logo seems to be a perfect fit on Desktop & Tablet but the mobile view is not looking well. The Logo is way too big. Is there a fix?

     

    Thx & KR

    #48453
    vako
    Keymaster
    WP Royal Team

    Hi Anne,

     

     

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

     

    Kind Regards

    #48459
    Anne Gensch
    Participant
    Premium Member
    This reply has been marked as private.
    #48462
    vako
    Keymaster
    WP Royal Team

    Hi Anne,

     

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    @media screen and (max-width: 690px) {
    
    .logo-img {
    
    max-width: 70px !important;
    
    }
    
    }

     

    Kind Regards

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