Home Forums WoodMart support forum Want to switch “Remove” button from the top to the bottom on the Wishlist page

Want to switch “Remove” button from the top to the bottom on the Wishlist page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657275

    ahemon0722
    Participant

    Hi there, I have attached an image of the wishlist where you can see that the “remove” button shows on the top of each product which doesn’t really look good. So, is it possible to put that remove button at the bottom of each products? Thanks

    Attachments:
    You must be logged in to view attached files.
    #657343

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .wd-wishlist-content .wd-product .wd-wishlist-product-actions {
        order: 2;
    }

    https://prnt.sc/bHnJiS90P3h4

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)