How do I reposition the email subscripition in my footer

Topic summary

Goal: Reposition the footer email subscription to the right and align it at the top with the logo and link columns, with left-justified text.

Actions taken:

  • Access provided to the store (URL with password) to review layout.
  • CSS added in section-footer.css under a desktop media query (min-width: 750px) to use Flexbox: set .footer__content-top to display:flex and space-between; allocate 75% width to the grid and 25% to the newsletter block, aligning it right.

Result so far:

  • Newsletter moved to the right as requested (confirmed by the requester). Screenshots were shared to show current alignment.

Latest update:

  • Additional CSS provided to align the newsletter block to the top and left-justify text: set .footer-block__newsletter { text-align: left; } and .footer-block–newsletter { margin-top: 0; } (plus flex-grow for layout behavior).

Status:

  • First change confirmed working; final alignment (top/left-justified) pending confirmation. Discussion appears open until the requester verifies the last CSS adjustments.
Summarized with AI on December 24. AI used: gpt-5.

Hello @oscprofessional ,

Thank you, this code moved the email subscription to the right side. Can you also help me move it to the top so it is aligned with the Quick Links, Our Story and my logo? Also, how do I make the text justify to the left?