Hi There,
Please try adding the following CSS to Theme options CSS
If that does not work , please provide your URL.
Cheers!
@media(min-width: 480px) {
.flex-control-nav.flex-control-thumbs img {
height: 4em;
}}
@media(max-width: 480px) {
.flex-control-nav.flex-control-thumbs img {
height:2em
}
.single-product .flex-viewport {
max-height: 300px !important;
}
.flex-control-nav.flex-control-thumbs {
padding: 0px;
width: 100%;
padding-top: 1em;
}}
img.attachment-shop_single.size-shop_single {
width: 100% !important;
padding: 4px;
line-height: 1.8;
border: 1px solid #e5e5e5;
background-color: #fff;
-webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
transition: border 0.3s ease,box-shadow 0.3s ease;
}