How to Display Five Products in Each Rows at Home Page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,
I'm using nopCommerce 4 and I would like to display 5 product on each rows at Home Page.
Does anyone know how to do it?
5 years ago
Hello,

You should decrease width of item-grid class like

add below style at style.css page.



.html-home-page .product-grid .item-grid
{
width:  1700px
}



you can adjust your width according to your need.

hope it would helpful..!!
5 years ago
Ragab Rady wrote:
Hi,
I'm using nopCommerce 4 and I would like to display 5 product on each rows at Home Page.
Does anyone know how to do it?


Which theme are you using?


5 years ago
Hi, wooncherk

I am using smart theme.
5 years ago
wooncherk wrote:
Hi,
I'm using nopCommerce 4 and I would like to display 5 product on each rows at Home Page.
Does anyone know how to do it?

Which theme are you using?






Hi, wooncherk

I am using smart theme.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.