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

How do i remove this huge padding space inside these two shopify section no option to reduce padding

Solved

How do i remove this huge padding space inside these two shopify section no option to reduce padding

Reyan
Tourist
18 0 2

Reyan_0-1729937538279.png

Reyan_1-1729937555347.png

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

Accepted Solution (1)
BSSCommerce-B2B
Shopify Partner
1972 564 567

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

View solution in original post

Replies 6 (6)

BSSCommerce-B2B
Shopify Partner
1972 564 567

@Reyan,

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

BSSCommerce-B2B
Shopify Partner
1972 564 567

Result you will achieve

BSSCommerceB2B_0-1729944915657.png

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

Reyan
Tourist
18 0 2

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?

Reyan_0-1729953632413.png

@BSSCommerce-B2B 

BSSCommerce-B2B
Shopify Partner
1972 564 567

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

Reyan
Tourist
18 0 2

Thank You ! For Your Help

BSSCommerce-B2B
Shopify Partner
1972 564 567

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