Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i need to reduce this space both on mobile and desktop
product page link
https://catpillar.co.uk/products/catpillar-doodle-mat-ocean-adventure-edition
Solved! Go to the solution
This is an accepted solution.
@Reyan, change the previous code like this
<style>
#shopify-section-template--16026375487554__ss_circle_menu_qpx3WN,
#shopify-section-template--16026375258178__ss_circle_menu_CBCG7H {
padding-block-start: 1rem!important;
padding-block-end: 1rem!important;
}
#shopify-section-template--16026375487554__related-products .section {
padding-block-end: 1rem!important;
}
</style>
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
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>
<style>
#shopify-section-template--16026375487554__ss_circle_menu_qpx3WN {
padding-block-start: 1rem!important;
padding-block-end: 1rem!important;
}
#shopify-section-template--16026375487554__related-products .section {
padding-block-end: 1rem!important;
}
</style>
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
Result you will achieve
If it helps you, please like and mark it as the solution.
Best Regards 😊
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
Great ! Thank You For Your Help .One last thing i have the same issue with this section on my home page how to reduce it on home page?
This is an accepted solution.
@Reyan, change the previous code like this
<style>
#shopify-section-template--16026375487554__ss_circle_menu_qpx3WN,
#shopify-section-template--16026375258178__ss_circle_menu_CBCG7H {
padding-block-start: 1rem!important;
padding-block-end: 1rem!important;
}
#shopify-section-template--16026375487554__related-products .section {
padding-block-end: 1rem!important;
}
</style>
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
Thank You ! For Your Help
Glad to help you!
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