How can I adjust the cart drawer position and add text on my site?

hi how can i Right to left the cart drawer?

and how can i add text here?

site url:

dogstime.co.il

thanks!

1 Like

Hey @Dogstime

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

Hi @Dogstime

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#CartDrawer.drawer--right {
    right: 0 !important;
}
.drawer__inner:after {
    content:"!Place your Message here"
}
.drawer__inner {
    text-align:center;
}
p.text-small {
    text-align: right;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

its right now, but its coming from left side,

and when you close it - its closing to the left side

can you help solving this?

@Made4uo-Ribe please

1 Like

Yes, cause its been transfer to other side. That need a code to change it fully inside in your main store. You will need a developer to change that. Let us know if your interested. Thanks!