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
password samurai
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
password samurai
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:
Best,
Liz
It worked thank you