I have a CMS collection of text blocks and want to display them continous text, i.e. text inside each block is wrapped and blocks wrap.
I get them to wrap if two subsequent blocks are both 1-liners and short enough to fit into the same line. (See text blocks 3 and 4 in example).
But how to get one block wrap after the last (short) line of the first block? (See eg. text blocks 1 and 2 in example).
Many thanks,
Ulrich
Yes, you can do that; however because you’re storing your items in discrete CMS records, you’ll have a bit more custom CSS work to do to deal with the wrappers.
Give your Collection List a custom class, like My Collection. Then add this CSS into a Code Embed;
I’ve been trying to load a collection list from another collection template page to nest into a collection list on one page but the embed gets called as many times as I have items in the parent collection list.