I have added this code to have the thumbnail images below the main image. However the align and padding of the second row is messed up. How to fix this in a way that all the thumbnails are aligned in a nice grid? I would also like to remove the dark opacity of the thumbnails, so that they are all without any hover effect.
.single-product .flex-control-nav {
position: relative;
}
.single-product .flex-control-nav.flex-control-thumbs img {
height: auto;
}
.single-product .flex-control-nav.flex-control-thumbs {
text-align: left;
padding-left: 0;
padding-right: ;
}