Hello,
On my product pages, I’m trying to move the product image gallery to the right of the main product image - just like this. As well, is it possible to remove the dark grey overlay that shows over my thumbnails when not being viewed too?
I’ve added the code below to my global css, but it just moved the gallery to the bottom. Please help!
.flex-control-nav.flex-control-thumbs img {
width: 75px;
height: auto;
border: 1px solid #999999;
}