jrusit Posted August 9, 2014 Share Posted August 9, 2014 Hi Everyone I want to increase the image size of the products in the Featured Products block on my homepage. I have no problems increasing the image size but once I do increase it the text and add to cart buttons become overlapped by the images. Does anyone know how I can increase the spacing between each Featured Product so that there is no overlapping with the bigger image size? Thanks in advance for your help. Julian Link to comment Share on other sites More sharing options...
PSfever.com Posted August 9, 2014 Share Posted August 9, 2014 Hi Julian, in this case URL to your store would be very useful, because this way we could point you at the exact line of code that you need to change. Also what PS version are we talking? Link to comment Share on other sites More sharing options...
jrusit Posted August 9, 2014 Author Share Posted August 9, 2014 Sorry PSfever.com, what a thicko! My URL is www.sneakeremporium.com.au and I am using Prestashop 1.5.4.1. Thank You Julian Link to comment Share on other sites More sharing options...
PSfever.com Posted August 9, 2014 Share Posted August 9, 2014 Great, now is this the image size that you want to have in your store, or is it the old one? Link to comment Share on other sites More sharing options...
jrusit Posted August 9, 2014 Author Share Posted August 9, 2014 It's the image size of the Featured Products on the home page. I know how to make the images bigger but I need to adjust something so the images don't overlap when I increase the size. I have attached a screen shot and circled the images that I am talking about. Thanks Julian Link to comment Share on other sites More sharing options...
vekia Posted August 9, 2014 Share Posted August 9, 2014 what image size you want to use? it's necessary to know, because styles of other elements depend on it Link to comment Share on other sites More sharing options...
jrusit Posted August 11, 2014 Author Share Posted August 11, 2014 It would be great if I could use 275px x 260px? I'm not too fussed just as long as I can get them a bit bigger. Is there a size that you think would work best? Thank You Julian Link to comment Share on other sites More sharing options...
vekia Posted August 11, 2014 Share Posted August 11, 2014 product-list.css line 156 use this code instead of original one: ul#in_grid li { background: none repeat scroll 0 0 transparent; float: left; margin: 0 5px 0 0; padding: 0 0 10px; text-align: center; width: 290px; } you will need also to modify images (because border of product elements are images...) http://sneakeremporium.com.au/themes/PRS020043/img/pr_topbg.gif http://sneakeremporium.com.au/themes/PRS020043/img/pr_bottombg.gif modify these images (width) to 290px; Link to comment Share on other sites More sharing options...
jrusit Posted August 11, 2014 Author Share Posted August 11, 2014 Thanks for your help Vekia. Is that to change the product page images or the product images of Featured Products? Thanks Julian Link to comment Share on other sites More sharing options...
PSfever.com Posted August 11, 2014 Share Posted August 11, 2014 Jrusit: If you send me access to FTP/back office I might change it all for you..should be work for 5 minutes or so. I might change the images (gif) for a css border, as this is a bit confusing. Link to comment Share on other sites More sharing options...
jrusit Posted August 11, 2014 Author Share Posted August 11, 2014 PSFever That would be unreal if you don't mind doing that? Thank You Julian Link to comment Share on other sites More sharing options...
jrusit Posted August 13, 2014 Author Share Posted August 13, 2014 PSfever.com did a great job improving the size of the images. I have regenerated the thumbnails and also tried re-uploading the images but the featured products images are still not as clear as the images on the actual product pages. Any ideas on how to make the images clear? 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