[Support request] Left/Right Positioning of Images next to Text in Sections

Home Forums Support [Support request] Left/Right Positioning of Images next to Text in Sections

Home Forums Support Left/Right Positioning of Images next to Text in Sections

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #925839
    Livia

    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

    #926102
    Leo
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.