ehcane Posted May 18, 2015 Share Posted May 18, 2015 (edited) Hello,i hope that this is the right place to post this. I am building a Prestashop Website and i am learning about it. Recently i face an issue about how my products are displayed.If i upload more than 3 pictures of a product,the thumbnails photos have a bad position.how can i fix this. You can see at this link:http://www.few-bucks.com/tshirts/1-faded-short-sleeves-tshirt.html Thanks in advance Andrei Enache-Prestashop Fat Ninja Edited May 18, 2015 by ehcane (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted May 18, 2015 Share Posted May 18, 2015 Hi ehcane, Welcome to the forum. You can fix this in the following file: themes/leo_fresh_store/css/product.css, line 98: #thumbs_list { overflow: hidden; float: left; width: 330px; margin-left: 10px; // <-- change from 65px to 10px } That should do it. pascal Link to comment Share on other sites More sharing options...
ehcane Posted May 18, 2015 Author Share Posted May 18, 2015 Thank you very much.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