A user is experiencing a mobile page width issue on the Dawn theme where a button or element appears disproportionate on mobile devices, creating layout problems.
Proposed Solutions:
Use CSS media queries to adjust the button width specifically for mobile screens
Target the button’s ID or class and set width to 100% (or as needed) within a media query
Example code provided: @media screen and (max-width: 768px) { button { width: 100%; } }
Current Status:
The discussion remains open with one community member offering to investigate further once the site URL is shared. The issue has not yet been resolved, pending additional information from the original poster.
Summarized with AI on November 25.
AI used: claude-sonnet-4-5-20250929.
I am struggling to find a solution of how to fix this problem on dawn theme. Photo is attached:
As you can see below at the photo bottom there is this width problem that occurs on mobile devices. it makes it not proportional. Any solutions? Thanks very much!