How to make padding 0 padding to cart drawer footer

Solved

How to make padding 0 padding to cart drawer footer

undercoverfresh
Pathfinder
148 0 24

I’m looking to adjust the  footer padding to 0 in the cart drawer at the bottom of text on dawn theme for mobile and desk top 

 

url knmb1c-pf.myshopify.com

password samurai 

IMG_7592.jpeg

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

 

Hi @undercoverfresh 

- You can try to follow this step
Step 1: Go to Edit code

Step 2: Find file base.css and add this code at the end of the file

small.tax-note.caption-large.rte {
    margin-bottom: 0 !important;
}

.drawer__footer {
    padding-bottom: 0 !important;
}

 

Result: 

LizHoang_0-1739378425041.png

 

 

Best,

Liz

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

View solution in original post

Replies 2 (2)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

 

Hi @undercoverfresh 

- You can try to follow this step
Step 1: Go to Edit code

Step 2: Find file base.css and add this code at the end of the file

small.tax-note.caption-large.rte {
    margin-bottom: 0 !important;
}

.drawer__footer {
    padding-bottom: 0 !important;
}

 

Result: 

LizHoang_0-1739378425041.png

 

 

Best,

Liz

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
undercoverfresh
Pathfinder
148 0 24

It worked thank you