Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127806
    Thomas
    Participant

    Hello everyone, I am using a header image with the recommended size that was given for this theme, however when applying image and publishing it get cut down in width. recommended sizing is 1680×720 for this theme. Not sure why this is happening, and would like someone else’s input about this matter, nothing I have tried yet seems to be working. I’ve tried larger & smaller sizing with the same result.

    Thank you in advance for your input. Tom

    #127833
    tikaram
    Participant

    @publshrs : Please post in your site URL.

    Regards,
    Tikaram

    #127869
    Thomas
    Participant

    http://www.jenweigel.com still trying new thing, but not getting any results

    #127920
    tikaram
    Participant

    @publshrs : The header image is used as a background image that’s why it gets cropped. Please add the following additional css and let me know if this resolves the issue.

    #masthead {
    	background-size: 100% 100%;
    }

    if you would like to display the full image (without covering the width of the header) add the following additional css.

    #masthead {
    	background-size: contain;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #127982
    Thomas
    Participant

    Tikaram, yes it worked with a litte manipulation, Thank you for the Lesson. Tom

    #128027
    tikaram
    Participant

    @publshrs : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header image size correction’ is closed to new replies.