How can I adjust the cart number position on my Dawn theme?

So on my cart the number is not in the place i would like, i would like it to move to the right a little, how do i do this? Or maybe the top right of the cart.

Theme:Dawn

Website:desire-online.net

Hello @jakegrieveson ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your component-cart-notification.css.css file and paste the following code below:

.cart-count-bubble {
    top: 0 !important; 
    left: 3.2rem !important;
}

Thanks