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

    hi, I purchased this theme and found it very easy to use and looks great
    however on my store…the main picture on the product page is too small. How can I fix that? here’s the example https://go-kiddo.net/product/t5-carving-scooter/
    thanks!

    #528925

    Hi ana40!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%;
    }

    There is another CSS code interfering and the code above should override it.

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.