How can I reposition the cart drawer and its button?

I would be happy to know if there is a way to move the cart drawer from the left side to the right. and the X buttom of the drawer to the left side of it.

I’ve a picture so you will understand.

Thank for helping

Hey @LielYona

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hi @LielYona

Could you share your store URL to check?

https://k3etaeupeacl82vr-75936923960.shopifypreview.com | https://infinityjewelry.co.il/

Add this to bottom of your base.css file

.drawer { justify-content: flex-start !important; }

Hey @LielYona

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

where is the bottom of the base.css file?

Worked! thank you, But the X button is still on the right side.

can I be on the left side on the cart drawer?

I did it but it looks like this

Please add this additional CSS code

.drawer__close { right: 90% !important; }

One last thing, can you please give me another css code for the ^ symbol to make it on the left side too?