• Resolved johnhendriks

    (@johnhendriks)


    Hi there, I seem to have a problem with productpictures. They don’t show the full picture, instead 3/4. How can I make sure that the full picture is shown. I already tried to Costumize > woocommerce > productimages . But the chances i try to make are not being shown. Aswel as the white area of the price is too big, could it somehow get any smaller?
    I know i use a template but the people from this template aren’t responding. I really appriciate if someone could help me with this.
    Thanks in advance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @johnhendriks ,

    If your original images are getting cropped with the wrong proportion the settings under Customize > WooCommerce > Product Images should help you. That also sometimes depends on the theme you are using because they can override how the product page template works.

    I will recommend first try to regenerate the thumbnails using this plugin – Regenerate Thumbnails

    Most of the time it fixes the issue with thumbnail sizes. If you need to add a new size for your thumbnails then take a look at this article and then run the regeneration of the thumbnails again.

    In addition to this, please contact the theme developer to get suggestions on what works for their theme.

    Thank you ??

    Hello again,

    Here is the CSS you can use to shorten the height of the price area –

    .products.multi-masonry-items .product .shop-actions .price-link, .woocommerce ul.products.multi-masonry-items li.product .cart-overlay .shop-actions>.price {
        line-height: 2.3;
        height: 35px;
    }

    You can add this code in your wp-admin > Appearance > Customize > Additional CSS field.

    I hope this helps.

    Thank you ??

    Hi there,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product image’ is closed to new replies.