Home › Forums › WoodMart support forum › Relocate the wishlist button › Reply To: Relocate the wishlist button
October 11, 2020 at 8:10 am
#232367
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-image-summary .cart {
float: left;
margin-right: 30px;
}
.woodmart-wishlist-btn{
margin-top:15px;
}
Best Regards