Site logo

Archived topic

Left/Right Positioning of Images next to Text in Sections

1 reply · Started by Livia on June 11, 2019

Viewing posts 1–2 of 2

We can wrap a text around an image on right or left of an image so that the two are on same line using BLOCKS but as soon as I enable sections I can no longer use Blocks. SEctions doesn't have the flexibility of allowing to add media on left or right of text and appears to be limited to adding image above/below text.

Please advise - I don't want to be adding more plugins and prefer easy/light coding to accomplish this without adding css.

Thank you
Livia

Hi there,

Try using the text editor in section and add the image like this:
<img class="image-float-right" src="https://IMAGE-URL">

Then add this CSS:

img.image-float-right {
    float: right:
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

This archived topic is closed to new replies.