Site logo

Archived topic

How to turn product thumbnails into dots and center

5 replies · Started by Jake Lee on April 3, 2022

Viewing posts 1–6 of 6

Hi there,

Unfortunately that's something you will need to check with WooCommerce' support team or maybe look for a plugin that does this.

Thanks for your understanding.

Hi Leo, if I don't need the thumbnails into dots, I just want the thumbnail to be centered, can I do it?

Hi Jake,

Try this CSS:

.product ol.flex-control-nav.flex-control-thumbs {
    justify-content: center;
    display: flex;
}

It's worked, thank you very much Ying

No problem :)

This archived topic is closed to new replies.