[Resolved] How to turn product thumbnails into dots and center

Home Forums Support [Resolved] How to turn product thumbnails into dots and center

Home Forums Support How to turn product thumbnails into dots and center

  • This topic has 5 replies, 3 voices, and was last updated 2 years ago by Ying.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2176586
    Jake Lee

    Hi, how to turn product thumbnails into dots and center

    https://prnt.sc/WQq9QG5XgXPV

    Thank you very much.

    #2176691
    Leo
    Staff
    Customer Support

    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.

    #2177784
    Jake Lee

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

    #2177793
    Ying
    Staff
    Customer Support

    Hi Jake,

    Try this CSS:

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

    It’s worked, thank you very much Ying

    #2177827
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.