You have the same problem in safari and opera.
According to the page source, I think you have turned off the image resizing option in your store administration. You need to ensure that the div containers you are using for each product are large enough to contain the image and subsequent content (title and price).
According to the page source, I think you have turned off the image resizing option in your store administration. You need to ensure that the div containers you are using for each product are large enough to contain the image and subsequent content (title and price).
Code: Select all
.products, .images, .categories {
float: left;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 10px;
height: 175px;
}
Code: Select all
.products, .images, .categories {
float: left;
width: 33.3%;
text-align: center;
cursor: pointer;
font-size: 10px;
height: 200px;
}
Who is online
Users browsing this forum: No registered users and 4 guests