Home › Forums › WoodMart support forum › Producttile in Wishlist › Reply To: Producttile in Wishlist
December 20, 2019 at 8:19 am
#164227

Aizaz Imtiaz Awan
Keymaster
Hello,
To display the infobox of wishlist product in the centre, you can use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.woodmart-hover-base[class*=add-small] .wd-bottom-actions>div:not(:last-child) {
margin-left: -10px;
}
Result: https://jmp.sh/U250yg0
Best Regards.