martinyan Posted March 7, 2012 Share Posted March 7, 2012 Hello, I'm new for Prestashop and i got the problems to change the size of produce's image. picture 1 below is the default look for Prestashop 1.4.7.0, and picture 2 is the way i need to change. Picture 3 is the look(style) i want it to be . Looking forward for your reply ! PS: My site is www.guildwars2hot.com Regards! Link to comment Share on other sites More sharing options...
phrasespot Posted March 9, 2012 Share Posted March 9, 2012 Image dimensions are specified at Back Office > Preferences > Images. Regenerate thumbnails (same page) after changing sizes Link to comment Share on other sites More sharing options...
martinyan Posted March 12, 2012 Author Share Posted March 12, 2012 Image dimensions are specified at Back Office > Preferences > Images. Regenerate thumbnails (same page) after changing sizes Thx for your reply .But after changed it , it still have the problem below. Link to comment Share on other sites More sharing options...
phrasespot Posted March 12, 2012 Share Posted March 12, 2012 Locate /themes/default/css/product_list.css and change margins in rules below as required #product_list li .content_price { margin:26px 0 15px 0; /* <----- change this */ } #product_list li .lnk_view { display: block; margin-top:15px; /* <----- change this */ padding:0 10px; border:none; font-weight:bold; color:#0088CC; background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent } to shrink the boxes vertically, and margins in the rule below to close the gap between boxes #product_list li { margin-bottom: 14px; /* <----- change this */ padding: 12px 8px; border: 1px solid #eee; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px } 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