Hi
I made the default store in the website to be Arabic, but the website layout in English store does not work it keeps on the Arabic layout.
I added this lines of code but the website layout did not change when select English Language:
{%- if shop.locale == 'en' -%}<html class="no-js" lang="{{ shop.locale }}" dir="ltr">
{%- else -%}<html class="no-js" lang="{{ shop.locale }}">{%- endif -%}
Could you please support me!