• Resolved jboetger

    (@jboetger)


    The product page images look great, but when I click on a specific product, the image is really small on the page. I have Storefront installed for a theme and am not sure how to fix this problem nor why the image on the specific product pages are all smaller that they should be. Please help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Claudiu Lodromanean

    (@claudiulodro)

    Hi there,

    This should be fixed in the WC 3.5.1 release which went out today.

    Thanks.

    Thread Starter jboetger

    (@jboetger)

    I just updated and it still looks the same. Any other thoughts?

    Plugin Contributor Tiago Noronha

    (@tiagonoronha)

    Hi!

    The following custom CSS in your site appears to be causing this issue:

    
    .woocommerce div.product div.images img {
        width: 25% !important;
    }
    

    Removing that custom CSS rule should fix the issue.

    Thanks!

    Thread Starter jboetger

    (@jboetger)

    Nice catch, that was the code causing the problem. Thank you very much!

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