How can I display multiple collections in the same line on my website?

As i am unfamiliar with shopify i am unsure how to add multiple collections in the same line. for example i want a collection that displays as:

collections

(collection)(collection)(collection)(collection)(collection)

but the site forces it to display as:

collections

(collection)(collection)

(collection)(collection)

(collection)

help would be much appreciated!

@Joise to get 4 or 5 collections as a collection list in one row, you might have to change the settings of that section. But since this depends on the Theme you are using, providing us the name of your theme, could help for further assistance.

Hello thank you for the fast reply, i am currently using the ‘Dawn’ theme

@Joise The Dawn theme allows you to only have 3 collection tiles per row. To modify this, you will have to modify/customize your CSS file.

Are you familiar with HTML & CSS?
In case of the DAWN Theme, the number of blocks is defined in the section.

If the collection list section has 2 Blocks (Collections) then each Block gets a width of 50% applied.

If the collection list section has 3 Blocks (Collections) then each Block gets a width of 33.333% applied.

If the collection list section has 4 Blocks (Collections) then each Block gets a width of 50% applied - > which means it slips to a new row.

Therefore, you’ll have to change this in a way, that when you have 4 Blocks each Block should have a width of 25%. If 5 Blocks, then 20%.

So, if you want to change this logic, you’ll have to jump into the code.