gbola Posted December 6, 2013 Share Posted December 6, 2013 Hello, Please how can i change the featured products column from 4 columns to 3 columns. I mean the default featured products module that is installed with prestashop 1.5.6.1 I want featured products displayed in 3 columns as in the attached image instead of the regular 4 columns. Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 go to homefeatured.tpl file and change this: {assign var='nbItemsPerLine' value=4} change value param to 3 then go to homefeatured.css and increase width of <li> element: #featured-products_block_center li { margin-right:10px; padding:10px 0; width:126px; height:240px } increase width param to 146px; 1 Link to comment Share on other sites More sharing options...
gbola Posted December 7, 2013 Author Share Posted December 7, 2013 Thanks so much again. The code worked perfectly. Thank you. Link to comment Share on other sites More sharing options...
vekia Posted December 7, 2013 Share Posted December 7, 2013 thank you for confirmation, i marked topic as [solved] if you've got any questions related to this case feel free to continue discussion here with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now