Yogi Pro with Woocommerce images to big

Home Forums All Other Themes Yogi Pro with Woocommerce images to big

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29549
    FranzFranz
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: April 1, 2016

    Hello, with Storefront Theme no Problems and all looks good.

    With Yogi pro the Image inside the product in the shop (after klick on pre-image) is a lot bigger as the settings. I set it to 300 x 300 px, get a smal picture in the productsite the image is i.e. 800 x 450px ant i cant fix the problem and need your help

    King regards

    Your Themes are great, big respect

    #29583
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    Hi Franz,

    Kindly show us your website URL.

    Regards,
    Brad

    #29642
    FranzFranz
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: April 1, 2016

    Hello we fix it with this in the style.css, What do you mean
    It works

    /* Shop Image Fix ================================================*/
    @media only screen and (max-device-width: 200px) {
    div#wrapper {
    width: 200px;
    }

    .woocommercesitefull{ width:500px;}
    .woocommercesitefull{ hight:500px;}
    .woocommerce ul.products{ width:1000px;}
    .woocommerce ul.products{ hight:1000px;}
    .woocommerce ul.products li.product a img {
    height: 250px;
    width: 300px;
    float: none;
    width: 100%;
    }
    /* Ende ================================================*/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Yogi Pro with Woocommerce images to big’ is closed to new replies.