Faty
1
Hi, i`m trying to turn my store content from RIGHT to Left,
it`s already arabic, but the content is from Left to righ, i tried to change it from
settings and language, but the problem is i might lose the arabic content and i can`t
rewrite it again, i tried some codes on theme.liquid but nothing changed, so can you help me with that ??
here is a photo of my fotor,
https://ibb.co/WkF7HWJ
and list of “best products”, you can see the title on the left and refuse to go to Rigt
https://ibb.co/H7TK2GP
Moeed
2
Hey @Faty
Kindly share your Store URL and Password if enabled
Hi @Faty
Did you tried to place the direction in your html?
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Layout folder and open the theme.liquid file
- Add dir=“rtl” before the closing angle bracket of html. See image below for reference
Faty
4
it`s already there, and i sent the URL and Password to your private messages
screenshot of my page :
https://ibb.co/Vvc5Xzs
replace this line with this code
{%- if shop.locale == 'ar' -%}
{%- else -%}
{%- endif -%}
Thanks bro, that’s works for me!