• emptyvessal

    (@emptyvessal)


    Hi I am having this issue I have woocommerce setting for featured/single product image at 400×400 hard cropped but its coming out at a lot bigger , images i uploaded are 400x400px.

    Tried adding below code from some one elses fix but it is still happening. Been driving me crazy for days now can any one help?

    here is the issue
    https://vitalherbs.co.uk/medicinal-mushrooms/organic-cordyceps-extract-50grams/

    `.woocommerce div.product div.images img { width: auto; }

    Hope some one can help thanks Neal

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at https://www.ads-software.com/support/plugin/woocommerce so the plugin’s developers and support community can help you with this.

    Thread Starter emptyvessal

    (@emptyvessal)

    ok thanks

    gnoric

    (@gnoric)

    try with this css code.

    
    .product a{
        display: initial;
        display: inline-block;
    }
    
    .woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a{
        width: auto !important;
    }
    
    Thread Starter emptyvessal

    (@emptyvessal)

    Ok Gnoric ill try that and get back to you ?? Thanks !

    Thread Starter emptyvessal

    (@emptyvessal)

    That didnt do anything either gnoric …….im pretty useless at this code stuff if i am putting code into my custom CSS file it should work right ?

    Thread Starter emptyvessal

    (@emptyvessal)

    holy crap it worked !! I love you whoever you are !!!!!!!!!!!!!!!!!!!!!! Thanks a zillion ??

    gnoric

    (@gnoric)

    I love you too :*

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce Single product image too large’ is closed to new replies.