Add padding to headers and filters in collection page on mobile

Solved

Add padding to headers and filters in collection page on mobile

letsgetwasted
Excursionist
44 1 8

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

 

Screenshot 2024-09-20 at 5.49.52 PM.png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1758 538 596

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:

BSSCommerceB2B_0-1726827326132.png

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

View solution in original post

Replies 5 (5)

Tech_Coding
Shopify Partner
333 91 81

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>

Tech_Coding_0-1726826202779.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

BSSCommerce-B2B
Shopify Partner
1758 538 596

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:

BSSCommerceB2B_0-1726827326132.png

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

letsgetwasted
Excursionist
44 1 8

Worked perfectly, thank you 🙂

BSSCommerce-B2B
Shopify Partner
1758 538 596

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

Sangeetanahar
Explorer
541 36 69

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here