• Me again! I’ll cool it after this question.
    When my Customize toolbar is open, the feature image at the top of pages is displaying perfectly. But as soon as I close it and the screen is wider, the image height decreases. Is there anyway to fix the height of the image?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @kellymwalberg,

    Thank you for reaching out again.

    Yes, there is a way to modify the height of the Post Thumbnail.
    You can do that by adding the following CSS code to your Theme Customizer (Additional CSS):

    .post__thumbnail
    {
      padding: 29% !important;
    }

    You can modify the percentage depending on which height you’re looking for.
    Let me know if this worked for you.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image on Pages – Height Adjustment’ is closed to new replies.