bbtil 0 Posted November 10, 2018 Hi, I'm having a hard time finding the area in the code to change the distance between the product image and the price. please see link below, any help would be appreciated. https://shocktechusa.com/soft-goods/black-blue-lines.html Mican Skin Share this post Link to post Share on other sites
bsmither 1,284 Posted November 10, 2018 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. Share this post Link to post Share on other sites