Site logo

Archived topic

Post images cut off 4'' screen

3 replies · Started by M on April 19, 2020

Viewing posts 1–4 of 4

Hi, when I open my site on a smartphone with a 4'' screen the post images on the front page of the site are cut off on the right side. How can I make them centered instead? Thanks.

Hi there,

add this CSS:

.post-image-aligned-left .post-image img {
    width: 100%;
}

That worked! Thank you.

You're welcome

This archived topic is closed to new replies.