Hi!
I am trying to right align the quantity box. And the collapsible content on the product page.
Would appreciate the help!
@neena3 ,
Please share the store URL.
Actually, I just added in the main-product.liquid the following and it got fixed:
{%- if shop.locale == ‘ar’ -%}
{%- else -%}
{%- endif -%}
When I added it to theme.liquid everything was perfect except that the apps I have didn’t support RTL. Perhaps an answer to that issue would be helpful!