Jump to content

[SOLVED] Product List Size with 4 per row


Recommended Posts

Hello,

 

Can someone help me how to show 4 products per row in products list page (category page) but it should not show affect on while seeing website in mobile i mean to say bootstrap.

 

I tried to do it by changing number in product_list.php and added custom css it has changed

 

But the problem is when i tried to chek in mobile images are very small and not fit in the screen.

 

Thanks for your coperation.

 

Regards

Vivek

Link to comment
Share on other sites

Marvelous Changed Just for other to make it easy i am giving further details

 

Line no 28 - Change assign var='nbItemsPerLine' value=3 to assign var='nbItemsPerLine' value=4

 

Line no 49 -  change this {if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-4{else} to

 

{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else}

 

Just Changed "col-md-4" to "col-md-3"

 

Thanks a lot.

 

Regards

Vivek

Link to comment
Share on other sites

×
×
  • Create New...