Want to switch “Remove” button from the top to the bottom on the Wishlist page
-
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.
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