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:
Go to Online Store → Theme → Edit code
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