Reply 226768 to: Move Filter button on the top only for mobile mode

Avatar: Olga Barlow
Olga Barlow
Support staff
December 13, 2019 at 18:13

Hello,

Add the following code to Custom CSS or child theme style.css

@media only screen and (max-width:480px){
    .open-filters-btn {
        position: fixed;
        right: 0;
        top: 120px;
        background-color: #fff;
        z-index: 9;
        padding: 5px;
    }

    .open-filters-btn a i {
        left: 5px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.