Mobile - Switch "categories" and "filter by price" at the top

Home Forums Jevelin Theme Mobile – Switch "categories" and "filter by price" at the top

Home Forums Jevelin Theme Mobile – Switch "categories" and "filter by price" at the top

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Straplayer88
    Participant

    Hi Shufflehound Team

     

    First of all, this is by far the best template I ever used – Thanks for that.

     

    Is it possible to switch “categories” and “filter by price” at the top (on Mobile view)? My Customers have to scroll down every time if they want to change the filter or to go to another category.

     

    Kind regards

    Francis

    Attachments:
    You must be logged in to view attached files.

    Hi Francis,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    Straplayer88
    Participant

    Yeah sure, please follow this link: https://petayou.com/

     

    regards

    Francis

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media(max-width:767px) {
        .woocomerce-styling {
            display: flex;
            flex-wrap: wrap;
        }
        #content {
            order: 2;
        }
        #sidebar {
            order: 1;
        }
    }

    Straplayer88
    Participant

    It works now, thanks for that. 🙂

     

    I wish you a great day.

     

    regards

    Francis

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)