WooCommerce filters width in Safari

edited June 23 in WooCommerce

Hi,

I'm recreating your https://themes.muffingroup.com/be/ecofood3_el/shop/ template and the shop catefory filters are no 100% width in safari so it has a line break. this affects iPhone, iPad and Mac.

Works perfectly in Chrome.

Can you please fix it?

thanks for your amazing theme and support

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • Sorry for my late response.

    This is happening on the DEMO site: https://themes.muffingroup.com/be/ecofood3_el/shop/ 

    This is how looks on Apple portable devices -iPhone or iPad - (both Google chrome and Safari).

    On Chrome on mac works correctly but not in Safari that happens the same.

    In PC or android looks correct:


    So I guess is something with webkit.

    Thanks in advance

  • I have passed it to the dev team, and we will take a look at this.

    For now, please use the following CSS code:

    .wc-block-product-categories.is-list a{
     display: block!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.