• Resolved loopforever

    (@loopforever)


    Hello there,
    The product image on the request page is too small. What can I do for it ?
    For example, normally 1200×1200 but 56×56 on my requests page.

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

    (@yithemes)

    Hi there

    I suppose you’re talking about the wishlist view; in that template we use default WooCommerce thumbnail size

    You can change size for default WooCommerce thumbnail from the dedicated options in the customizer (WP Dashboard -> Appearance -> Customize -> WooCommerce -> Product Images)

    Thread Starter loopforever

    (@loopforever)

    Thank you.
    Yes, I’m talking about the image in “My Wish List”. I tried the settings you mentioned. However, the image is still too small. Is it possible to enlarge the image (product image added to wishlist) with CSS?
    Please look at the image.
    Image

    • This reply was modified 4 years, 6 months ago by loopforever.
    • This reply was modified 4 years, 6 months ago by loopforever.
    Plugin Author YITHEMES

    (@yithemes)

    I’m sorry, but it seems that you posted a broken reference

    Could you please share with us url to your site, so I can check if we can help with some custom CSS rule?

    Thread Starter loopforever

    (@loopforever)

    Hi again, thank you very much your answer.
    Please look at this link : Link

    • This reply was modified 4 years, 6 months ago by loopforever.
    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    .wishlist_table tr th.product-thumbnail,
    .wishlist_table tr td.product-thumbnail {
        width: 200px;
    }
    

    If this doesn’t work, anyway, I’ll need a proper url to your site, if you want me to suggest some effective rules

    Thread Starter loopforever

    (@loopforever)

    The problem was resolved. Thank you very much.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image Size’ is closed to new replies.