Align Filter button Center - by zpaul - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow

  • Avatar: zpaul
    zpaul
    Participant
    July 13, 2020 at 15:28

    Is there a way to move the filter icon in the shop toolbar to the middle? Its currently at the far left by default and easy to miss (on desktop) http://prnt.sc/tgyoy3

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 13, 2020 at 20:31

    Hello,

    Add the following custom CSS to implement changes

    .filter-wrap .filter-content .woocommerce-ordering {
        order: 1;
    }
    .filter-wrap .filter-content .open-filters-btn {
        order: 2;
    }
    .filter-wrap .filter-content .products-per-page.et-hidden-phone {
        order: 3;
        margin: unset;
    }
    .woocommerce-notices-wrapper:empty {
        display: none;
    }

    Regards

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

The issue related to '‘Align Filter button Center’' has been successfully resolved, and the topic is now closed for further responses

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