Moving thumbnails below featured image in Product pages

Hi,

My site is newsite.storeitcold.com. I want to move the thumbnails on my product pages below the featured image. How can I do this? Here is one of these product pages: https://www.newsite.storeitcold.com/product/coolbot-walk-in-cooler-controller/

Thanks!

Hi @Web_Services,

Those are possible with custom CSS. Please check the following guide on how to inspect element:

Look at this sample: https://screencast-o-matic.com/watch/cYV0hnv8er
Custom CSS can be added on Theme Options > Global CSS

.flex-control-nav.flex-control-thumbs {
    position: relative;
    top: 20px !important;
}

That’s a sample. Any other customization is outside the scope of our support. Thank you for understanding.

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