Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
@letsgetwasted ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </head> on theme.liquid
<style>
.collection-hero__title, .facets-container {
padding: 0 14px !important;
}
</style>
Result:
Hope it helps 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hello @letsgetwasted
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@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;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
@letsgetwasted ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </head> on theme.liquid
<style>
.collection-hero__title, .facets-container {
padding: 0 14px !important;
}
</style>
Result:
Hope it helps 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Worked perfectly, thank you 🙂
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!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
hello @letsgetwasted
o to online store ----> themes ----> actions ----> edit code ---->assets ---->component-collection-hero.css...> add the code end of the file
@media screen and (min-width: 750px) {
.collection-hero__title {
margin: 2.5rem 2rem;
}
.facets-container.scroll-trigger.animate--fade-in {
margin: 15px;
}
thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024