Hello,
So my password page is broken but only on the phone perspective as you can see in the pictures. Can anyone help me with the coding?
This is oh the Phone: (Broken)
This is on the computer: (Should be like this)
Hello,
So my password page is broken but only on the phone perspective as you can see in the pictures. Can anyone help me with the coding?
This is oh the Phone: (Broken)
This is on the computer: (Should be like this)
Hope you’re having a great day!
I’ve read your problem and, before providing a solution, would like to analyze your website. Then, I will provide a solution to you up here - on the forum.
Could you share your website URL and the content of layout/password.liquid by following the steps below? And if your website is password protected, then also provide a password?
Hey Sure!
Website URL: https://timitar.de/
Password: timitarspices
Passrword.liquid:
{%- if settings.favicon != blank -%}
{%- endif -%}{%- render ‘seo-title’ -%}
{%- if page_description -%}
{%- endif -%}
{%- render ‘social-meta-tags’ -%}
{%- render ‘font-face’ -%}
{{ ‘theme.css’ | asset_url | stylesheet_tag }}
{%- render ‘css-variables’ -%}
{{ content_for_header }}
{{ content_for_layout }}
{{ 'general.password_page.login_form_heading' | t }}
{%- form 'storefront_password' -%} {{ form.errors | default_errors }} {{ 'general.password_page.login_form_password_label' | t }}{{ 'general.password_page.admin_link_html' | t }}