having posted elsewhere (in hindsight) this is probably the best place to post this for a CSS solution...
Currently using the following to add a fixed/permanent space below a left-align image which works on desktops/mobiles
<div>height:1px; clear:both</div> BUT it doesn't work on the new AMP (accelerated mobile pages)
Basically a small left-aligned image is used on many posts/pages on a Wordpress site. The above is added as the usual <br /> doesn't keep the linespace - and keep any text that follows the image to be placed UNDER the image.
Any suggestions on how to rectify this?
Maybe adding a DIV class in css (don't know how to do this) OR to add css for left-aligned images only to add a linespace after the image? (right-aligned ones are fine as they are with text-wrapped)