• Hello,

    How do you make it so that no parts of an image is cut off when displayed as a grid, without having to upload a separate image for the small featured image?

    Thanks so much.

Viewing 1 replies (of 1 total)
  • For anyone that wants to know….

    .postimg {
    width:150px;
    height:222px;
    }

    that’s the CSS of the image size. Change the numbers to whatever you want, i changed to 150 x 222.

    If you are using a child theme it’s easy enough as pasting that in child style.css and changing the numbers. if not… yoursite/content/themes/gridster/style.css
    ctrl-f “.postimg. then change the values.

    You may also want to change…

    .portfoliooverlay a {
    color:white;
    display:block;
    width:150px;
    height:222px;
    }

    Change the values to match your image size. That way the “link” will be just over your image, and not outside or inside of it.

Viewing 1 replies (of 1 total)
  • The topic ‘Image cut off’ is closed to new replies.