How to align cart quantity with the word 'cart' on Dawn?

hey,

does anyone know how i can move the cart quantity a bit up and to the right so its aligned with the word “cart”

thanks in advance

shop: brokenmind.com

pw: test1

1 Like

Hi @drew23 ,

Please follow the instructions to move the cart number to the right.

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
  2. Find the Asset folder, and open the base.css file
  3. Add the code below at the very end of the file
div.cart-count-bubble {
    bottom: 1.2rem;
    left: 4.5rem;
}