A user implemented a custom email signup section in the Dawn theme using code from another forum thread. The section displays correctly on desktop but has layout issues on mobile—the email form appears underneath the image rather than as an overlay.
Another participant suggested a solution involving CSS properties, specifically using position: absolute on the section and modifying the image-banner.css file in the theme.
The original poster confirmed the CSS approach successfully resolved the mobile display issue. The discussion is now resolved.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
It works fine on Desktop and displays as it should. However on mobile it puts the email form underneath the image and not as an overlay like in desktop mode. I can’t seem to figure out how to fix this please can someone help?