Hi
I’d need to reposition the zoom icon on the single product page product image because it covers the logo that is added to all product images.
On large screen, it ‘s not as much a problem, but on smaller screens, it covers the logo.
Perhaps I could have it on the top right corner of the image, but how would I do this and keep it responsive between screen sizes?
The website is in development so I have included access credentials below so you can see what’s happening.
Any help would be much appreciated.
Lyse
Hey Lyse,
Credentials did not work for me. If suggestion below does not help, could you please check them once again?
If you are using WC 3.0 product gallery style, please try adding following code to Quick CSS
.single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
position: relative;
float: right;
left: auto;
right: 55px;
}
Best regards,
Yigit
Hi Yigit
That worked. Exactly what I was looking for.
Thank you so much.
Lyse
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon