Hello!
That made the footer into a block, i think, but it only did this.
Goal: Move the newsletter/email signup in the Shopify Dawn theme footer to one side (desktop), matching a provided “green footer” example. Images were shared to show current (blue) vs desired layout.
Initial approach: A CSS snippet (added in Assets > sections-footer.css) set .footer-block–newsletter to flex-direction: column at min-width 750px. Result: It stacked content but didn’t reposition the newsletter as intended.
Store access: A preview URL and password were shared so the helper could inspect the theme.
Revised solution: A more comprehensive CSS update for screens ≥750px was provided to:
Notes: CSS (Cascading Style Sheets) controls styling; flexbox is a layout system for alignment and spacing. The new rules aim to place the newsletter on one side on desktop.
Status: Awaiting confirmation from the requester; no final outcome reported yet.