Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67339
    WH
    Participant
    Premium Member

    My header in 1300 × 249, but it’s stretching out on most devices except for mobile and other small screens. What can I do to stop it from stretching on larger screens? I tried making 1920 × 249, but it still stretched.

    Is there a setting I can use?  Your help is appreciated. https://www.iamhrsinclair.com/

    #67341
    vako
    Keymaster
    Premium Member

    Hi WH,

     

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

    #67342
    WH
    Participant
    Premium Member
    #67344
    vako
    Keymaster
    Premium Member

    Hi WH,

     

    We can reproduce the same issue on our and, all we see is a clear header image without any issue, please share screen size you see the issue on and we will try our best to help, but before please try to upload 2x bigger image for better quality.

     

    Kind Regards

    #67347
    WH
    Participant
    Premium Member

    Making the image bigger does not increase the quality. If the image isn’t stretched the quality is fine. If you look at the site on https://screenfly.org/ you can see what’s happening.

    Is it that this theme just needs the header to be 1300 × 500? And we just can’t have a shorter header?

    Is there a way to make it so the header is not responsive?

    #67354
    vako
    Keymaster
    Premium Member

    Hi WH,

     

    I will redirect this topic to the developer’s board and they will contact you.

     

    Kind Regards

    #67367
    WH
    Participant
    Premium Member

    Thanks. I appreciate it.

    #67518
    vako
    Keymaster
    Premium Member

    Hi WH,

     

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

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

    .entry-header {
    
    max-width: 1920px;
    
    margin: 0 auto;
    
    }
    
    #page-header {
    
    background-color: #000 !important;
    
    }

     

    Kind Regards

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