• This topic has 3 replies, 2 voices, and was last updated 4 years ago by vako.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41354
    Caitlin Snyder
    Participant
    Premium Member

    Hi there,

    On the desktop view, my header picture is great. However, on mobile view, it’s cut off on the edges and you can’t read the full title of my blog.

    The domain name is https://candidwithcaitlin.com

    Please advise me on how to fix this as most of my viewers come from mobile devices.

    Thanks.

    #41364
    vako
    Keymaster
    WP Royal Team

    Hi Caitlin,

     

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

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

     

    Kind Regards

    #41382
    Caitlin Snyder
    Participant
    Premium Member

    Hi there,

     

    That did fix the mobile issue, so thank you! But now I’m having another issue. My full header image is now being cut off at the top and bottom on desktop. You should be able to see a full rectangular box in my header, but now you can’t. Any help?

    Thanks,

    Caitlin

    #41400
    vako
    Keymaster
    WP Royal Team

    Hi Caitlin,

     

    Please navigate to Dashboard > Appearance > Customize > Header Image, Slider & Video and increase the height of the header section.

     

    Kind Regards

     

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