How to make padding 0 padding to cart drawer footer

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:

Best,

Liz