• I have added 3 images to the featured image section on my home page. The images are all the same size but when displayed the image in the third column is shorter. Any ideas why?

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @jewalker,

    We can make the image height as equal to others with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css

    article.section3.one_third.last img {
    height: 240px;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter jewalker

    (@jewalker)

    Hi Manoj,

    Thanks for replying. That made the image the same size, but stretched and not responsive.

    Best regards,

    Jane

    Hello @jewalker,

    With the help of custom css this strectch bit. Normally if we upload images via featured content it comes normal and same size. It’s strange case that two images comes with normal size while the third one is not coming.

    When we inspect the image it shows lesser size as compare to other two images. For better understanding please refer the screenshot-

    OnPaste.20180906-182239

    OnPaste.20180906-182321

    OnPaste.20180906-182404

    The 3rd image have less height. Hope its clear by above screenshots.

    Kind regards,

    Manoj

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured images’ is closed to new replies.