Site logo

Archived topic

Floating a Blog Excerpt Teaser Image

3 replies · Started by John on June 27, 2022

Viewing posts 1–4 of 4

Hi!

Re: https://origami33stg.wpengine.com/

On mobile, the blog teaser image is centered above the excerpt. I'd like it to float left and be wrapped by the text.

Thanks,

John

Hi there,

try adding this CSS:


@media(max-width: 768px) {
    .post-image-aligned-left .post .inside-article .post-image {
        margin-right: 2em;
        float: left;

    }
}

Perfect.

Thanks, David.

You're welcome

This archived topic is closed to new replies.