How To Adjust The Number Of Collection Rows? I Wish It Could Be 6 Or 7

Is that possible to adjust the number of collection rows? I wish it could be 6 or 7

Setting 'collections_per_row' can't be greater than 5

https://simaxsports.com/

This will take some editing of the code, as you’ll have to change the CSS, or styling, of your theme to allow 6 or 7 products in a row. This will also mean that the individual image sizes will be smaller, however.

Do you have any experience with HTML and CSS? If you need help setting this up, I’d be glad to help.

yes, I have some experience but will need your help, please

Try this: Go to your theme customizer, click on the section that you want to make the change to, then scroll down to Add Custom CSS, and try this code:

.collection-list {
   --collection-list-grid: auto / repeat(7, minmax(0, 1fr));
}

Does this work?

that works! thank you!

Sure! Any other questions, or are you good for now?