Good afternoon,
I wish to move the Woocommerce product gallery from being in the top right of the image to being vertical and to the left of the main image.
Attached is an example:
The nearest I can get is finding this from your Forum:
.single-product .woocommerce-product-gallery__image>a>img {
width:100%;
}
.single-product .flex-control-nav.flex-control-thumbs li {
float: left;
width: 9.86%;
margin-bottom: 8px;
}
.single-product .flex-control-nav.flex-control-thumbs li:nth-child(10) {
margin-left: 0 !important;
}
.single-product .flex-control-nav.flex-control-thumbs img {
width: 100%;
height: auto;
}
.single-product .flex-control-nav.flex-control-thumbs {
position: relative;
padding-left: 0;
padding-right: 0;
padding-top:8px;
}
That has got it so the gallery is under the main:
Please Advise and thank you!
Jason