Woocommerce product categories looks disintegrated, in the IE and firefox browse

This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: Attika7777
    Attika7777
    Participant
    December 31, 2015 at 11:54

    Hi,
    Woocommerce product categories looks disintegrated, in the IE and firefox browsers
    (In the chrome looks well)
    I made a demo page. You can see here:
    http://leandervita.hu/wp/woocommerce-categories-test/
    Please help me to fix it.
    Regards,Attila

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 4, 2016 at 15:09

    Hello,

    Please add this code in custom.css file:

    .product-category img {
        width: 100%;
    }

    Best regards,
    Jack Richardson.

    Avatar: Attika7777
    Attika7777
    Participant
    January 4, 2016 at 21:05

    Thanks, it is work well
    But there is an other problem:
    I see always only 3 “Product categories” columns.
    But i have set more (6)
    Please help me to solve it

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 5, 2016 at 09:18

    Hello,

    I’ve set 4 columns in WooProducts Categories element and added this code in custom.css file:

    .product-category img {
        width: 100%;
        height: 300px;
    }
    
    .span4.product-category {
        width: 22% !important;
        clear: none !important;
    }

    Please check the page now.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.