kiril94 Posted October 12, 2014 Share Posted October 12, 2014 (edited) Hey guys, how to make my products look something like this: (here is 2 products in one row) I mean where could I find a .css or is there some settings in back office? Edited October 12, 2014 by kiril94 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 13, 2014 Share Posted October 13, 2014 Prestashop version? Template you are using? Link to comment Share on other sites More sharing options...
kiril94 Posted October 13, 2014 Author Share Posted October 13, 2014 1.6, default template. Link to comment Share on other sites More sharing options...
vekia Posted October 13, 2014 Share Posted October 13, 2014 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; } 1 Link to comment Share on other sites More sharing options...
kiril94 Posted October 13, 2014 Author Share Posted October 13, 2014 Thanks, that is just what I needed! Link to comment Share on other sites More sharing options...
kiril94 Posted October 15, 2014 Author Share Posted October 15, 2014 One more problem: I cant find where to change product widht, I know it has to be somewhere in global.cssCan someone help? Link to comment Share on other sites More sharing options...
kiril94 Posted October 15, 2014 Author Share Posted October 15, 2014 Found it on my own, thanks. Link to comment Share on other sites More sharing options...
vekia Posted October 15, 2014 Share Posted October 15, 2014 product width? classes that you use defineds width col-lg-6 etc. Link to comment Share on other sites More sharing options...
Recommended Posts