I’m trying to build a 2x3 repeating group with pagination to show 6 products at a time.
The issue here is when the page expands, the first row will shows 4 (sometimes 5) products and then the second row will show 2 (or 1). Is there a way to keep the 2x3 layout when the page expands (have the cells expand horizontally with the repeating group)?
@gio.kakhiani Thank you!! This solution will work for the time being.
Ideally, we want the repeating group to expands (horizontally) without a max width set but instead have the cell width or the space between them increase without affecting the 2x3 layout.
ohhh gotcha In this case you’ll have to define each group’s width/height in % instead of px. So if there are 3 groups and I assume they don’t got space in between, each group’s width should be 33%. And that’s it
PS you might need to play around with it a little but generally speaking %s will solve your problem.