Product Category Grid not whowing well on IE

This topic has 5 replies, 2 voices, and was last updated 7 years ago ago by Olga Barlow

  • Avatar: joblette
    joblette
    Participant
    March 5, 2017 at 03:31

    https://nouslesavon.com/boutique/

    Look at this page IE,:images are too big and are overlapping. In firefox it is ok (Not sure but I think it was ok before I uodated to 3.9)

    Also, is it possible not to show the “after product bar” just on this page since it has the same content? (I want to keep it on category pages)

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: joblette
    joblette
    Participant
    March 8, 2017 at 05:42

    I corrected the problem in Internet Explorer by adding in the custom css:

    /*media all*/
    .category-grid a {
    display: inline;
    }

    Still have the question on how to remove the “after product bar” just on yhe main shop page

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 9, 2017 at 08:45

    Hello,

    You can use the following code to fix the product categories in IE

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

    and following code to hide “After products” widget are on Shop page only

    .post-type-archive-product.woocommerce .after-products-widgets {
        display: none;
    }

    Regards

    Avatar: joblette
    joblette
    Participant
    March 9, 2017 at 14:25

    It works perfectly thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 9, 2017 at 16:29

    You are welcome!

    Regards

  • Viewing 5 results - 1 through 5 (of 5 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.