rtCart drawer position + text

Dogstime
Excursionist
47 0 8

hi how can i Right to left the cart drawer?

and how can i add text here?

 

Dogstime_1-1699881502038.png

 

site url:

dogstime.co.il

 

thanks!

 

Replies 5 (5)
Moeed
Shopify Partner
3046 759 922

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 </body> tag

<style>
.drawer--right {
    left: unset !important;
}
</style>

RESULT:

Moeed_0-1699882033379.png

 

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

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Made4uo-Ribe
Shopify Partner
4092 937 1144

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;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699888095923.png

     

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

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Dogstime
Excursionist
47 0 8

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?

Dogstime
Excursionist
47 0 8

@Made4uo-Ribe please

Made4uo-Ribe
Shopify Partner
4092 937 1144

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!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com