• Resolved jomul04

    (@jomul04)


    Hi, I have recently moved my site from wordpress.com to www.remarpro.com with the Dara theme. All of my featured page images are now not running full width even though they are the correct size at 1180px wide. How can I fix this?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @jomul04

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .hero .entry-thumbnail img {
        width: 100%;
    }

    Thanx.

    Thread Starter jomul04

    (@jomul04)

    Hi @snehalb890, thank you for your help. This has fixed the homepage image. However none of the other featured images are showing up on other pages now? Any idea what has happened?

    Hi there,

    The code that @snehalb890 provided worked as expected on my test site and even smaller pictures (1024px wide) set as featured images on other pages appear correctly. Are you using any additional CSS code or a plugin that might interfere with the provided CSS?

    Thread Starter jomul04

    (@jomul04)

    Hi @fstat

    Thank you for looking into this. The plugins I have installed are Askimet, JetPack, limit logins, remove footer credit, tablepress, wordpress importer and yoast SEO. Additional CSS added is below. I have tried removing the CSS and seeing if that changes anything but it doesnt. The featured images are still not showing up on the testimonials or https://www.sarahm.co.nz/group-training

    .main-navigation {
    background-color: #f37a5b}
    .site-info {
    display : none;
    }
    .hero .entry-thumbnail img {
    width: 100%;
    }

    Thank you for all that information. I don’t think that any of this interferes with the featured images.

    Just to make sure. To set a featured image on your testimonials page, you need to go to Customizer > Testimonials > Select Image

    Here’s a screenshot:

    https://cld.wthms.co/ngip2K

    Thread Starter jomul04

    (@jomul04)

    Thank you @fstat this issue has been resolved. The featured image boxes were all unticked in the Customise – Content Options. Thank you for your help

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