My dawn theme is not supporting RTL

My dawn theme is not supporting RTL

Asker-2024
New Member
5 0 0

Hi

I'm using dawn theme, and it's not supporting the RTL for Arabic language, how to enable the RTL. or any option do the RTL CSS ? how to inspect for that?

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
12018 2348 2528

Hi @Asker-2024 

You can try following this and check if it works

Go to Online Store > Themes > Edit code, open theme.liquid file 

Find this line of code 

<html class="js" lang="{{ request.locale.iso_code }}">

Change it to this 

<html class="js" dir="ltr" lang="{{ request.locale.iso_code }}">

Best Regards,

Dan from Ryviu

 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Asker-2024
New Member
5 0 0

Hi 
yes I tried this before, but after choosing arabic it won't help to switch the alignment to right.