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
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
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
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; } }
It works now, thanks for that. 🙂
I wish you a great day.
regards
Francis
You are most welcome here 🙂