LockerAgencia Posted August 26, 2011 Share Posted August 26, 2011 Hello guys, I'm trying to change the category area from default presthashop who's looks is when you see a category the products show by one big line.. and then other and other making a big scroll, i don't have a problems with the scroll but i would to change the way that the products show up. how i would like is like the img attached, anyone know a module? or how can i edit that part? srry for my english! =S Link to comment Share on other sites More sharing options...
tomerg3 Posted August 26, 2011 Share Posted August 26, 2011 That is a theme change (rather than a module). You would need to have some knowledge of html / javascript / smarty in order to do that, or you can look into buying a theme that has a grid display for products. Link to comment Share on other sites More sharing options...
SonnyBoyII Posted August 26, 2011 Share Posted August 26, 2011 You have to edit product_list.css Add this: ul product_list li { .. .. .. width: 150px; height:250px; float:left; } Link to comment Share on other sites More sharing options...
Recommended Posts