• Resolved paclolo

    (@paclolo)


    On my site http://gloriawinchellcallahan.com/ I’m running into issues with my header image being cut off. I’ve cropped and tried to reload the image multiple times. I can see it just fine when I’m working on the customize, as soon as I see it live it cuts my arm off. I just want the image to stay the same the whole time. Fixed and Fluid both haven’t worked out.

    I need help on this one.

    Any information would be great

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    The header image in the theme takes up the fixed height and so is your image seems to be “Cropped” while viewed to the front end.

    To resolve the issue, you can add via Custom CSS plugin the following custom CSS that manually sets the image height for the uploaded banner image.

    .site-header {
        height: 800px;
    }

    You can increase / decrease the height value in px. as per your requirement.

    Hope this Helps,

    Best Regards !!

    I am trying to adjust the pixels in the header as you suggested to @paclolo for the primer theme however I am having an issue with it processing. I have adjusted this area before why would it be giving me problems this time?

    Regards,
    @gojoso99

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘My header image is shrinking’ is closed to new replies.