[Resolved] How to show product filters above the products on a category page on mobile

Home Forums Support [Resolved] How to show product filters above the products on a category page on mobile

Home Forums Support How to show product filters above the products on a category page on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1031129
    Thomas

    Hello,

    If you take a look at this page on mobile, you will see that the product filters are at the bottom of the page, underneath all of the category products.

    I would like to see them above the products.
    Is there a setting somewhere to do that?

    #1031155
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

    @media (max-width: 768px) {
        .tax-product_cat .site-content {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    #1031188
    Thomas

    That’s great, thank you!

    #1031195
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.