• Hey y’all.

    I have never posted in any forum ever as I usually just fix things myself. So I look forward to your combined wisdom.

    The featured content images in Grid view do not fill the width of the container area – they are cropped. -> https://invisibleimages.co.uk/

    These are the fixes I have tried:

    1)Installing Regenerate Thumbnails PLUGIN

    2)Creating a new/clean Twenty Fourteen Child theme with the Orbisius PLUGIN

    3)Changing the dimensions of the images to 1200 × 688 and everything inbetween(fyi: they were all taken on my DSLR so are pretty big pictures to begin with)

    4) Deactivating all photo plugins

    5) Trying different browsers

    6) Clearing the cache

    Additional notes:
    1) If I change the Featured Content layout to SLIDER, the images work perfectly. It′s just the GRID.
    2) When I go to Appearance-> Customise, the website looks perfect in the preview panel.

    Help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you check if the cropping is caused by CSS?

    Thread Starter annalamma

    (@annalamma)

    Thanks for getting back to me.

    I know what CSS is (well, I’ve heard of it and understand its function) but I do not know where to find it. Even if I did find the file, I would know which line to look at.

    I’m a newborn WordPresser, I would appreciate a guiding hand.

    Merci

    Thread Starter annalamma

    (@annalamma)

    It’s fine. I fixed it myself. If anyone is curious I stuck this into CSS

    .post-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%
    }

    Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter annalamma

    (@annalamma)

    Yuuup. Thanks for the tip.

    All changes were made on the child theme using the custom CSS plugin.

    But I’m happy you’re here to disperse that advise.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Content Images in grid are cropped’ is closed to new replies.