• I am struggling with the size of my featured images. They are showing up HUGE on my post pages and were showing up HUGE on my homepage as well. Now they aren’t showing up at all on my home page. The one I have been playing with is on the post titled “How to Choose a Realtor That Will Sell Your Home Quickly”. It’s on the second page of posts on my home page.

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

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

    1. For the image size, add the below code to the customize > custom css section to adjust it. Adjust the width as per your need.

    .single .thumbnail img {
        display: flex;
        margin: 0 auto;
        width: 60%;
    }

    2. For the broken image, try to disable jetpack + cache plugin temporarily if you are using it and check it fixes the issue or not.

    Thread Starter cmhr5d

    (@cmhr5d)

    The image size fixed worked (thank you!) but getting ride of the cache didn’t fix the broken image.

    Did you disable the Jetpack and clear the cache? Okay, disable all the plugins except Ocean Extra and reload the site. Check it works or not. If it works, then enable other plugins by one to check which plugin causing this issue.

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