Hello, I’m trying to create a layout in a portfolio site using CMS collection but I am having difficulties setting up the layout cause of CMS! Does anyone have any idea how can I design that without using empty CMS?
Hi Margianna,
Looking at your screenshots I’m not clear on what your layout intentions are, but in general you can create quite complex layouts using a combination of CSS grids, flexboxes, custom CSS ( particularly :nth-child
), and JavaScript.
If you don’t know those tools yet and only have a few items to layout in this way, you might be able to achieve something adequate using individual collection lists for each item. You’d use the limit and start at properties of the collection list to break up your list into small chunks of 1 item each, and position wherever you like.