Removing padding on mobile featured collection - DAWN THEM

Solved

Removing padding on mobile featured collection - DAWN THEM

andrew72
Excursionist
30 0 7

hello,

 

I was looking for a custom code to remove the padding seen in my photo on mobile only.

 

Page link: https://obadiahcoffee.com/pages/equipment

Screenshot 2024-10-24 at 10.32.43.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4385 486 578

This is an accepted solution.

Hi there,

 

I hope you are well.

 

Here is the custom CSS code you can use to remove the padding on the mentioned page on mobile:

 

@media screen and (max-width: 768px){
 .collection:has(slider-component) {
    padding: 0 !important;
 }
}

 

Please help me check on the code and let me know if it works.

You can add the code here in the Custom CSS field: https://prnt.sc/K_sGBmQQIRgm

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7350 1992 2432

Hey @andrew72 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.collection.section-template--16080751919258__df7ff6a5-a9e1-4c86-af74-f3271eab3c20-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    padding-bottom: 10px !important;
}

</style>

RESULT:

Moeed_0-1729763248569.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DaisyVo
Shopify Partner
4385 486 578

This is an accepted solution.

Hi there,

 

I hope you are well.

 

Here is the custom CSS code you can use to remove the padding on the mentioned page on mobile:

 

@media screen and (max-width: 768px){
 .collection:has(slider-component) {
    padding: 0 !important;
 }
}

 

Please help me check on the code and let me know if it works.

You can add the code here in the Custom CSS field: https://prnt.sc/K_sGBmQQIRgm

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

LizHoang
Shopify Partner
1251 159 195

 Hi @andrew72 ,

 


To remove the padding on the featured product section, you use this custom CSS code:

1. Go to Shopify -> Theme -> Customize -> Open the Custom CSS on theme

2. Copy and paste this custom code on the section > Save

 

.section-template--16080751919258__df7ff6a5-a9e1-4c86-af74-f3271eab3c20-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

 

I hope it would help you. If you have any question, feel free to ask me.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

sahilsharma9515
Shopify Partner
1277 165 247

Hi @andrew72 Please add the below Code:

 

<style>
@media screen and (max-width: 680px){ 
    .section-template--16080751919258__df7ff6a5-a9e1-4c86-af74-f3271eab3c20-padding {
    padding: unset !important;
    }
//If you want to decrease the more height then add the below code here.
}
</style>

 

Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above </body> tag

Result:

sahilsharma9515_0-1729763652302.png

 

If you want to decrease it more then add this piece of code as well.

 

.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    padding-bottom: 10px !important;
}

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️