A user is designing a password page that displays correctly on desktop but encounters styling issues on mobile. Specifically, the email form lacks a visible container/box outline on mobile devices, showing only plain text instead of the bordered form box that appears on desktop.
Attempted Solutions:
Another user provided CSS code to be added to the theme.liquid file above the </body> tag
The first code snippet didn’t meet requirements (appeared to hide the form entirely)
A revised code snippet was provided to address the container visibility issue
Current Status:
The problem remains unresolved
The original poster confirmed the revised code still isn’t working and shared a screenshot of their code implementation
Awaiting further troubleshooting to achieve the desired mobile styling that matches the desktop version’s form container appearance
Summarized with AI on November 6.
AI used: claude-sonnet-4-5-20250929.
Hi, I’m currently designing the password page for my website and it looks good on desktop however on mobile the email form has no box around it due to there not being an option to hide container for the mobile like there is on desktop.
Hi, thanks for the reply. unfortunately this is not what i was looking for; i still want the email form to be there but it needs to look like the desktop version where there is an outline of the email form box as on the mobile version it just shows the text.