Koen Amant Posted March 13, 2016 Share Posted March 13, 2016 Hello, I've change the size of the cartsize.height to 128 and the cartsize.width to 80. But when I display the product the thumnails are not shown like I want, they stay like default. If you check the sourcecode (around line 467) the correct height and width are set (128X80). It resemble that it cuts it in a square 80X80. You can check it in this link: http://www.lillyaparis.be/pants/1110-pants-jersey-wide.html Where do I have to change the code to make this look the right way? Greetings, Koen Link to comment Share on other sites More sharing options...
tdr170 Posted March 13, 2016 Share Posted March 13, 2016 Well you increased the image size but not the display area as the images are now cut off, edit the products.css file and around line 105 you will see #thumbs_list ul#thumbs_list_frame{ change the height to 138 then right below that you will see this #thumbs_list li { change the height to 138 and your thumbnails should now show complete. you will find product.css in themes/lilly-a-paris/css/ 1 Link to comment Share on other sites More sharing options...
Koen Amant Posted March 13, 2016 Author Share Posted March 13, 2016 Thanks a lot for your help. 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