Hi,
I would like to align thumbs in the center of the image/container instead of being aligned left.
I am using the following custom CSS as suggested in a similar post:
.flex-control-thumbs { text-align: center; }
.flex-control-thumbs li {
float: none !important;
display: inline-block !important;
}
This breaks the thumbs aspect ratio. My thumbs are squared and are now rectangular.
Any idea?
Thanks
