How can I have two separate filters, mobile and desktop, for the same collection list?
Add and style both forms for their respective breakpoints, and make sure to include fs-list-element="filters"
on both forms.
If you have multiple lists being filtered on the same page, don’t forget to add fs-list-instance="INSTANCE"
to a shared parent element or to each form and list individually. This ensures the filters target the correct list.
Check more questions and answers
How can I have two separate filters, mobile and desktop, for the same collection list?
Add and style both forms for their respective breakpoints, and make sure to include fs-list-element="filters"
on both forms.
If you have multiple lists being filtered on the same page, don’t forget to add fs-list-instance="INSTANCE"
to a shared parent element or to each form and list individually. This ensures the filters target the correct list.