Reply 66321 to: how to change number of product per row?

Avatar: Robert Hall
Robert Hall
Support staff
May 27, 2015 at 14:15

Hello @ecopark,

Please add this code in custom.css file.

@media (min-width: 768px){
.home .col-sm-4 {
  width: 16.333333%;
}}
.home .row-count-5 .product:nth-child(3n+1){
clear:none !important;
}
.home .row-count-5 .product:nth-child(6n+1){
clear:both !important;
}

Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

Regards,
Robert Hall.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.