Shopify themes, liquid, logos, and UX
This is an accepted solution.
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code-------> Theme.CSS-------> line number 13782
and delete
.btn {
margin-top: 10px;
}
the result will be
Let me know , if not solved.
Thanks
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file -> Save
@media screen and (max-width: 749px) {
.collection-filter__item.collection-filter__item--drawer button.js-drawer-open-collection-filters.btn.btn--tertiary {
margin-top: 0;
}
}
Hello @TBS2023
Sorry for the issue you are facing, i've checked and find the solution for it.
Here, you just need to follow below steps:
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.collection-filter button.js-drawer-open-collection-filters {
margin-top: 0;
}
Hope this solution works fine for your issue.
If the solution works, then accept and like the solution.
Thanks and best regards !!
This is an accepted solution.
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code-------> Theme.CSS-------> line number 13782
and delete
.btn {
margin-top: 10px;
}
the result will be
Let me know , if not solved.
Thanks
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025