dynamicprestashop Posted September 22, 2018 Share Posted September 22, 2018 (edited) Hi, Template: Classic Theme PS Version: 1.7.4.2 I try to make more products showing on the featured products page and followed this instruction from vekia https://www.prestashop.com/forums/topic/606519-more-items-per-row-problem/ I set the width = 160px as instructed and it did reduce..however the image container still remain the same 250px see the screenshot below and I couldn't find anywhere how to reduce the image container also to 160px. Currently the image is overlapping to one another Note that I also set the image size in the Prestashop Admin Page>Design>Image Settings and set the home_default to 160px but nothing help. Does anyone have ideas how to solve this? Edited September 22, 2018 by dynamicprestashop (see edit history) Link to comment Share on other sites More sharing options...
dynamicprestashop Posted September 22, 2018 Author Share Posted September 22, 2018 Hi i have to report a progress but very weird...I am able to get the product size reduce to 160px but that is by reuploading new image than the changes seems to have effect...but this is weird if i have 100 products i have to reupload each one of them which is very tedious so i am looking for a solution how to get it auto reduced to 160px without reupload and use the existing image Link to comment Share on other sites More sharing options...
tantan199 Posted September 25, 2018 Share Posted September 25, 2018 Put this code to the \themes\classic\assets\css\custom.css file, and then clear the smarty cache and your browser cache to see if it problem get fixed. .product-miniature .product-thumbnail img{max-width: 100%;height: auto;} Link to comment Share on other sites More sharing options...
dynamicprestashop Posted September 25, 2018 Author Share Posted September 25, 2018 3 hours ago, tantan199 said: Put this code to the \themes\classic\assets\css\custom.css file, and then clear the smarty cache and your browser cache to see if it problem get fixed. .product-miniature .product-thumbnail img{max-width: 100%;height: auto;} Thanks problem solved 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