sdkb Posted October 28, 2010 Share Posted October 28, 2010 Hi I have a prestashop if you click on any of my products, then click the view larger image of the product, the box opens up on screen containing the larger image and for some reason my site header or logo is displayed over the top of the large product image, unless you scroll down the page. Can anybody help me overcome this minor bug? please check what i mean by looking at this linked product and opening the larger image of it.http://sdkbphotography.com/gallery/product.php?id_product=26 Link to comment Share on other sites More sharing options...
Martin C Posted October 28, 2010 Share Posted October 28, 2010 Change your global.css (row 194)margin-left:-12px;margin-top:28px;position:absolute;z-index:900;}to:h1#logo {margin-left:-12px;margin-top:28px;position:absolute;z-index:1; Link to comment Share on other sites More sharing options...
sdkb Posted October 28, 2010 Author Share Posted October 28, 2010 That worked for me, thanks very much for the helpful response. Link to comment Share on other sites More sharing options...
Recommended Posts