Problaby an easy question. Is it possible to control the gap between dynamic List items when set to a 3 lay-out? I want to adjust the gap between the items to 4vw so the items are right and left aligned to the edges of the container.
it’s about the dynamic list on the ‘work’ page. I’ve now put it in columns to do the spacing to individual items but would like to adjust the column gap of a collection list.
Thanks @avivtech… But unfortunate that’s now what I’m looking for. What I want is to control and increase the gap/gutter between the items while keeping the items in grid (left and right). Have a look at the space between the items as I created them in a column.
Now that you have them all under one wrapper, you can change the wrapper display to flex, and then change how each item behaves (Margins and Paddings).
Thanks again, I appreciate you helping me out. But unfortunately that’s also doing the trick. What I want is to increase the space between the items, see how I created that effect by using columns and put one collection item in every column. With that I can control the space in the column.
When I put them out of the columns and choose dynamic layout: 3 you can only control the styling of 1 item and apply that to all items. but with that I’m not capable to fit it in the grid.
Hope this is more clear. Summary is to increase to gap between the items while keeping in line with the grid.
Thanks again… but that’s again not what I meant :). I’ve added 2 collection list under each other so we can compare. The first one is the normal dynamic list with a 3 lay-out. Below that Is a list inside 3 columns. You see how the margin differs between the first row and the second row.
What I want is the margin between the individual items bigger but by not putting them in columns.
I removed the display: flex position and gave every item a max-width of 24 vw. Then I added the below custom code before the /body section to align all items on the top.