Home Forums Basel support forum Single Product Image Issue

Single Product Image Issue

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #13840

    When I have a product page with one product photo, the sizing gets messed up and pushes the product detail tabs far down the page. When I have more than one product image, everything is fine. I’ve attached screenshots to better describe what I’m talking about.

    Product examples I used in the screenshots:
    https://www.walnutharbor.com/product/gregory-planter-set/
    https://www.walnutharbor.com/product/alden-planters/

    Thanks for your help!

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

    Artem Temos
    Keymaster

    Hi,

    It happens because products without additional images don’t have a carousel with thumbnails on the left side. It makes the main image much bigger to fit all free space and look clear.

    Regards

    #13859

    Is there any css code I can use to keep in the same size?

    Thanks for your reply

    #13865

    Artem Temos
    Keymaster

    How exactly do you want to keep it as the same size? Could you please prepare some screenshot for better understanding?

    #14059

    I want the single product image to be the same size as if it had additional images. See screenshot.

    #14060

    Here’s the screenshot.

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-product-gallery__wrapper {
    	max-width:400px;
      margin-left:auto;  
      margin-left:auto;
    
    }
    #14179

    PERFECT! That worked. Thank you so much!

    #14186

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Single Product Image Issue’ is closed to new replies.