Hi,
Somehow there isn’t any padding for my collection pages for the headers and filters - I’d like padding on left and right, could somebody advice what to modify? Attached link is for one product page but this change should apply to all collection pages, thank you!
https://www.wastd.world/collections/serving-platter
Hello @letsgetwasted
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (max-width: 767px){
.collection-hero__title {
padding: 0 1.5rem !important;
}
.facets-container.scroll-trigger.animate--fade-in {
padding: 0 1.5rem !important;
}
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Worked perfectly, thank you 
1 Like
Dear my friend,
It’s such my honor to help you, bro.
Can you give us some Likes, it will be the greatest motivation for us.
Thanks in advance!