• Hello. I bought a fee-based plug-in.
    There is one problem.
    The aspect ratio of the thumbnail displayed in wishlist is wrong.
    It is displayed vertically.

    Please tell me how to solve this.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello,

    Seems the following CSS rule is modifying the aspect of the thumbnail on your site:

    .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
        height: 100px;
        width: auto;
    }

    The following CSS rule can help you to fix it, Please add it in the CSS personalized –> Appearance > Customize > Additional CSS

    .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
        height: auto;
    }

    Please try it and let me know.

    Have a good day,

    Thread Starter chiis

    (@chiis)

    The problem was solved with that CSS!
    Thank you very much!

    Plugin Author YITHEMES

    (@yithemes)

    Hello,

    thank you to you, we are glad to help you.

    Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Wishlist thumbnail aspect’ is closed to new replies.