How to align quantity box in cart drawer

I’m looking to align the quantity button with the words about it I can see it’s a bit to the right

url knmb1c-pf.myshopify.com

password samurai

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
td.cart-item__quantity {
    padding-left: 9px !important;
}

Result:

Best,

Liz

1 Like