s.sielius Posted August 7, 2018 Share Posted August 7, 2018 Hello, i have problem with Prestashop 1.7.4.0 and need help with featured module. How to modify module what home pages in row display 3 items. Link to comment Share on other sites More sharing options...
ican Posted August 9, 2018 Share Posted August 9, 2018 you can set it by css also by giving it width 33.3333%. You no need to change in module file. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted August 9, 2018 Share Posted August 9, 2018 (edited) Hi, You can achieve the same by modifying the CSS in the theme file. File Location: themes/classic/assets/css/theme.css Put this line in your theme CSS article.product-miniature.js-product-miniature { max-width: 33%; } After updating the CSS File. You have to clear cache from Admin panel setting (Configure > Advance Parameters > Performance > Clear Cache). I hope it will help. Edited August 9, 2018 by Knowband Plugins (see edit history) 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