Hey Bill!
When you enable a Looper Consumer, that element is the one repeated. When working with Grids, you will most likely want to enable the Looper Consumer on your Cells. The easiest way to get started using Grids and Loopers would be to setup your grid layout, then enable a consumer on every Cell but set it to “One” now you have full control over the Grid like before, but each cell will be scoped to the next post. You’ll have to style and manage them all individually.
If you want something more automated, it’s also possible to have the Cell’s Consumer set to All or Many, and you’ll get a uniform grid right away using auto placement. However, to get an offset look you have to tune the Grid placement somewhat in advance. Here’s a quick way to get a simple staggered layout that might spark some other ideas:
- Add a new Grid and choose “2 Columns”, then delete 2 of the cells. We’ll only use two of them
- Drop a “The Title” element into the first Cell. For this example, it’s easier to see if you drop the font size down to 1 or 2 em.
- Inspect the First Cell Element
- Set height to
200px.
- Click the cell position control (defaults to Auto Placement) and set the Y axis end position to
span 2.
- Enable the Looper Consumer. You should see a uniform grid of your posts now.
- Inspect the Second Cell Element. It’s not the second cell in the grid anymore because we’re looping before it, but it is the second true builder element.
- Set the height to
100px
- Set the cell placement to: X: 2,2 and Y: 1,1
- You should see your posts staggering downwards.
We’ve got some design cloud assets coming that will be good starting points for irregular / offset layouts, and we’ll also be doing some video tutorials to help show how all these different systems can work together.