Jump to content

Home Page Featured Products Image Size


Recommended Posts

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

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

post-657584-0-12411000-1407587921_thumb.png

Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...