Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #64551
    Tom Anderson
    Participant
    Premium Member

    Hello!

    I’d like to see if it’s possible to reduce the amount of empty space around my logo in mobile views (it’s okay in “desktop” views. There is too much padding above and below and I’d like to reduce that if possible.

    Thanks,

    Tom

    #64553
    vako
    Keymaster
    WP Royal Team

    Hi Tom,

     

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

     

    Kind Regards

     

    #64559
    Tom Anderson
    Participant
    Premium Member
    This reply has been marked as private.
    #64574
    Tom Anderson
    Participant
    Premium Member

    Hi Vako,

    Just checking to see if you’ve had a chance to look at this. Thanks!!

    Tom

    #64626
    vako
    Keymaster
    WP Royal Team

    Hi Tom,

     

    Sorry for the late reply we were off for a while.

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

    @media screen and (max-width: 880px) {
    
    .entry-header {
    
    height: 130px !important;
    
    }
    
    }

     

    Kind Regards

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