I’m trying to create a grid using the cryout-columns rather than using a table as I want the responsiveness ie col 2 falls under col 1 on resizing.
It seems however not to do a “clear” on the [cryout-multi] block and I need this to happen (like a row in a table). I have images in col 1 and text in col 2. If the text in col 2 is shorter than the height of the image, the next [cryout-multi] doesn’t start below the image, but instead falls under the text in col 2. In other words there’s no clear=both it seems on the [cryout-multi] block.
How can I ensure that each [cryout-multi] block starts on a new line without having to insert a manual clear=both div?