Shopify themes, liquid, logos, and UX
Hello Everyone,
I'm using the shopify search and discovery app. I'm trying to figure out how to change the mobile filter layout from drawer to vertical. Thank you very much!
hello @Batch1
Shopify's Search & Discovery app does not have in-built settings to toggle the mobile filter layout from a drawer to a vertical layout. Nevertheless, you can do so by modifying your theme's filter code.
Give these steps a try:
Locate the Filter Code
Modify the Layout
Adjust CSS
.filter-container {
position: static !important;
display: block !important;
width: 100%;
}
Check Theme Documentation
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
Thanks for the reply,
I haven't been able to find the section that controls the filtering. When pasting the above code into the base.css file, the filter still appeared the same on mobile. I am still unsure of a fix/solution
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025