• how to set the position (Top on Image) at right ?
    or, set the position (after add to cart) at center ?
    any snippets code ? Thank you very much !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @jimyeunghk

    Thank you very much for reaching out to us 🙂

    We have read your message as well as checked the page you shared with us.

    Unfortunately, there is no option to set the button position at the top right corner of the product image. But, don’t worry. You can achieve that by adding the following custom CSS to the style.css file of your theme or to the customizer.

    a.wishsuite-shop-top_thumbnail {
        left: auto !important;
        right: 10px !important;
    }

    Hope this helps!

    Best regards,
    Tarek

Viewing 1 replies (of 1 total)
  • The topic ‘Button Setting at Shop page button position’ is closed to new replies.