Hello there!
This is Dexter with the Ecwid team. Thanks for your question!
I've checked the website at
https://www.allstarnutrition.co.za/shop/ and I've been able to see what you mean - the products are arranged into two columns and the product containers look too narrow.
Basically, Ecwid has an adaptive design, still, sometimes you may need some specific changes for your taste.
So, if you want the products go one per row, please, use this CSS code:
Quote:
/* Arrange products into one column */
.ec-size .ec-store .grid__products[data-cols="2"] .grid-product:nth-child(n+1) {width: 100% !important;}
/*END*/
|
Please, apply this code in
Ecwid Dashboard > Design > Edit theme
Once done, the products will go one under another.
I hope it helps!
If you have any questions, please, ask and we'll be glad to assist!