My client wants an image floated to the right of a text box, but when it’s in responsive (mobile) mode, they would like said image to be below the text box it’s floating right of - and specifically, above the next box.
I’ve created a float-right class for the image, but with absolute positioning of bottom, right at 0 (set the container to relative positioning) but I know this breaks.
Is there a way to do this type of layout without involving some JS?