Jump to content

adjusting the distance between product image & price


bbtil

Recommended Posts

I'm looking at your inline regulator.

The area where the "magnify" gets triggered by a mouse-hover is quite large. As such, being able to hover over any image in the gallery is not possible.

Experiments show that the price sits just below where the bottom edge of the magnified showbox (with the border) would be.

In common.css, line 570, you can:

Find:

#gallery {
    height: 400px;
    width: 600px;
    padding-left: 40px;
}

Change to:

#gallery {
    height: auto;
    width: 600px;
    padding-left: 40px;
}

(Force your browser to reload page resources.)

But this does not solve the magnifier problem.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...