Shopify themes, liquid, logos, and UX
Hey,
Right now the "remove all" is beside the filters you've selected, like this:
But I want the "remove all" to be under the selected filters, like this:
Here's my collection page:
Thanks for helping!
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
@media (max-width: 768px) {
#main-collection-filters > div > div.active-facets.active-facets-mobile.medium-hide.large-up-hide {
flex-direction: column !important;
}
facet-remove {
width: fit-content;
margin: 0 auto !important;
}
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
@media (max-width: 768px) {
#main-collection-filters > div > div.active-facets.active-facets-mobile.medium-hide.large-up-hide {
flex-direction: column !important;
}
facet-remove {
width: fit-content;
margin: 0 auto !important;
}
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025