• Hello,
    I have been trying to add 3 images in a row, across the page left center and right.
    Adding the 1st left works, but when I try adding the others ,they drop down the page (diagonally).
    I can’t post a link, as it is still in draft.
    Your suggestions greatfully appreciated.
    Ashley

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to set left alignment on all three — I know that seems weird, but that’s how the CSS “float” works — see this:

    https://www.w3schools.com/css/css_float.asp

    There also has to be enough space in the containing element to fit all three images and any margins, or the last one will drop to the next line.

    when inserting image – I would align all them to left – or try without align (first option) in Post, image editor.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding 3 images- left, center and right align’ is closed to new replies.