Align stack of images on right with wrapped text
-
I’m trying to get multiple images stacked on the right with text flowing around them (above, on left, then below). No text between them. I’ve tried the galleries and image blocks. The problem with separate images is that, if space allows, they will go side by side. If I separate them with text, they may go side by side but offset vertically, very bad. Columns won’t work because the text won’t flow responsively back to full width below the image stack.
The only way I’ve found to do it is:
1. Insert the images in image blocks, aligned right
2. Create an html block with <div style=”float:right;”> </div>
3. Edit each image as html, copy the code, and paste into the html block div.
4. Delete the separate image blocks.This does what I want, but it’s tedious to do on dozens of pages. The other drawback is I can’t easily replace or edit pictures without going through most of the process again.
Any ideas on an easier way?
The page I need help with: [log in to see the link]
- The topic ‘Align stack of images on right with wrapped text’ is closed to new replies.