WooCommerce gallery images below featured image

Hello all,
I would like to have the gallery images display below the featured image on the product page.
Also when i then click on a gallery image this will then display in place of the main featured image.
There is an example of what i would like at this link: https://rvswoonwinkel.nl/tafels-buiten/curacao/
Is this possible?

Hey Ferdia,

Please add this code in X > Theme Options > CSS:

.flex-control-nav.flex-control-thumbs {
    position: relative;
    text-align: left;
    width: 100%;
    height: auto;
}

.flex-control-nav.flex-control-thumbs img {
    width: 150px;
    height: auto;
}

Hope this helps.

Thanks Jade, It works perfect.

We are delighted to assist you with this.

Cheers!

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