Home Forums WoodMart support forum Producttile in Wishlist

Producttile in Wishlist

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

    Soho89
    Participant

    Hey,

    if I add a product to my wishlist and hover this porudct, the infobox from the product is not centered. Is there a way to fix this?

    Thanks

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

    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.

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