Why isn't my website layout switching from RTL to LTR for English?

I have the website Arabic and English, I made the default language Arabic, the website is working well with Arabic language but the English layout do not redirect to ltr it redirect to rtl.

I added below line of code but did not solve the issue:

{%- if shop.locale == 'en' -%}<html class="no-js" lang="{{ shop.locale }}" dir="ltr">
    {%- else -%}<html class="no-js" lang="{{ shop.locale }}">{%- endif -%}

Hi @Kgamal01 ,

Would you kindly share your Store URL so we can take a look?

Best regards,

Layoutbase - Drag & drop page-builder

Hi @layoutbase

Please find

https://zaytonafashion.com/

Thanks