Hello Everyone!
I am having an issue with my Home Page on the mobile version. It looks like the whole page is shifted to the right as displayed in the screenshots attached. Any suggestions please?
NOTE: I am using RTL.
Thanks!
Hello Everyone!
I am having an issue with my Home Page on the mobile version. It looks like the whole page is shifted to the right as displayed in the screenshots attached. Any suggestions please?
NOTE: I am using RTL.
Thanks!
Hi @majdHat ,
Could you please share your store URL and password(if it enabled), so that I can help you check it
Hi @majdHat ,
Sorry for the late reply. After looking into it, I think maybe your problem is caused by the extra character below the tag like the image I attached below. You can check it by Online store → Edit code → theme.liquid . And check inside tag and remove it
Hi @Beae_Cass ,
No worries! I am not really sure how can I remove it. Here is my body tag code in my theme.liquid file. Can you please check?
{% section 'marquee' %}
{{ 'accessibility.skip_to_text' | t }}
{%- if settings.cart_type == 'drawer' -%}
{%- render 'cart-drawer' -%}
{%- endif -%}
{% sections 'header-group' %}
{% sections 'footer-group' %}
- {{ 'accessibility.refresh_page' | t }}
- {{ 'accessibility.link_messages.new_window' | t }}
{%- if settings.predictive_search_enabled -%}
{%- endif -%}
{% if content_for_header contains 'pickystory' %}
{% endif %}