Need help to move cart number over

Solved
jakegrieveson
Explorer
123 0 16

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

Screenshot (410).png

Accepted Solution (1)
Guleria
Shopify Partner
2782 555 794

This is an accepted solution.

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

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.

View solution in original post

Reply 1 (1)
Guleria
Shopify Partner
2782 555 794

This is an accepted solution.

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

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.