Hey there,
I’m trying to achieve following layout:
Basically I am feeding the grid with images that are placed in a post. That works fine already.
What I want to achieve is that the headline and bulletpoints jump up if the cells on top of them are not filled.
So if I add just 3 images, for example, the headline and bullet points appear right under those 3 images.
Is something like that possible with grid? I’ve managed to create the grid and gave the lower 2 cells with the headline and the bulletpoints following parameters:
headline:
X Start: 1
X End: Span 7
Y Start: Auto
Y span: 4
bulletpoints:
X Start: 8
X End: Span 5
Y Start: Auto
Y span: 5
My thought was that if the cell above had no content the “Y Start: Auto” would place the next cell in its’ place.
Right now it’s not working and I’m asking myself if something like this is possible… that would be pretty awesome.