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

Avatar: Rose Tyler
Rose Tyler
Support staff
December 14, 2019 at 09:49

Hello,

Please use the next code:

@media only screen and (max-width:480px){
    .open-filters-btn {
        position: absolute;
        right: -20px;
        top: -250px;
        background-color: #fff;
        z-index: 9;
        padding: 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.