Using Blank Spaces on a grid
‎06-20-2023 06:53 PM
I would like to program groups such that you could have blank spaces within the grid. IE
if you had nine items in a group it would appear by default:
- item item item item item
- item item item item
i would prefer to design:
- item item item
- item item item
- item item item
Is this possible?
Thanks in advance!
Labels:
- Labels:
-
Menu Building
2 REPLIES 2
‎06-22-2023 10:18 PM
Hello @mateoPkahn, could you please provide more details about the location where you intend to place the grid and its purpose? I am not sure what this is for; thanks!
Robert Anderson, Community Manager
Toast
‎06-23-2023 07:43 AM
Not the most elegant, but we create an item named "." which can be placed where you need it as a blank space for your items.
- item item item . .
- item item item . .
- item item item
