Product Gallery Images

Hello!

Where can I change the settings so that the mini thumbnails of the product gallery images appear below the main image (rather than above it, where it blocks some of the images)?

This is how it appears now:

If you go to this product on my page, and click through the thumbnails, you can see it blocks the other images.

Thank you so much!
Nadia

Hi Nadia,

To Make the gallery appear below the image, you can add the code below in Theme Options > CSS

.single-product .flex-control-nav {
    position: static;
}

.single-product .flex-control-nav li {
   margin-bottom:6px;
}

Hope that helps.

yay that worked :slight_smile: Thank you so much!

Hi @NadiaCrisisEquipped,

Happy to hear that.

Feel free to ask us again.

Thanks. :slight_smile:

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