How to put woocommerce gallery pics at the bottom center of main image

How do you put the woocommerce gallery pics below the image and centered rather than inside the image at the top right?

image

Never mind. I figured it out.

Go to APPEARANCE>CUSTOMIZE>ADDITIONAL CSS and add this code:

/* Bottom-center woocommerce gallery pics */
.flex-control-nav {
position: relative;
}

Hello @ppe29,

Glad that you were able to find the proper solution by yourself and thank you so much for sharing the information, it might be helpful for others. Please feel free to open a new thread if you have any more concerns.
Have a great weekend!
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.