Jump to content

products number in row a row


Recommended Posts

it's a case of theme customization.

you need to change number of products per row

 

in product-list.tpl change value of nbItemsPerLine to 2

{assign var='nbItemsPerLine' value=2}

then alter class param value (for <li> element) to col-lg-6

 

and for each <li> element define css styles like:

.product_list li {
border:1px solid #c0c0c0;
border-radius:99px;
}
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...