Site logo

Archived topic

floated image

1 reply · Started by midiman on January 5, 2020

Viewing posts 1–2 of 2

Hi there,

try this.

1. Add this CSS:

@media (min-width: 1024px) {
    .wp-block-image figure.alignleft {
        margin-left: -20%;
    }
    .wp-block-image figure.alignright {
        margin-right: -20%;
    }
}

2. Edit your post, and select an Image Block and set it to Align Left and reduce the image size eg. 50%.
3. Do the same for another image but set it to Align Right.

This archived topic is closed to new replies.