• Hello, I want to used the featured image in the full width template on mobile, as these pictres pull into the front page template I am using. However, the image is not rendering correctly on mobile, and it is skewing. Do you have a recommedation of how to udpate this?

    Thanks, SH

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

Viewing 1 replies (of 1 total)
  • Hello @sarahhourigan,

    Go to Appearnce – customizer -> Additional CSS -> paste given css in additionl css box and save.

    @media (max-width: 480px){
    .post-thumbnail img {
        height: 200px !important;
    }
    }

    Here you can change height as per your requirement.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Feature Images not rendering on mobile’ is closed to new replies.