A user seeks to reposition elements in their mobile homepage banner—specifically moving the heading to the top center and the button to the bottom center.
Store Details:
Theme: Symmetry
Password-protected Wix store
Two CSS Solutions Provided:
Solution 1 (Made4uo-Ribe):
Navigate to Online Store > Themes > Assets > main.css
Add CSS using @media queries for screens under 599px
Uses CSS Grid (display: grid) to control layout with grid-template-rows
Sets specific heights (40vh, 55vh) and auto margins
Solution 2 (EBOOST):
Similar approach via Assets/main.css
Targets screens under 749px
Uses Flexbox (display: flex; flex-flow: column) for vertical alignment
Includes section-specific ID selectors for precise targeting
Centers text alignment and adjusts margins
Both solutions involve adding custom CSS to the theme’s stylesheet with mobile-specific media queries. The discussion remains open—no confirmation yet on which approach the user implemented or whether either resolved the issue.
Summarized with AI on November 7.
AI used: claude-sonnet-4-5-20250929.
I would like to adapt the banner on the home page to the mobile version.
More specifically, I would like the heading to be at the top in the middle and the button at the bottom in the middle (something like the example photo below).