Move E-Mail sign up in Footer (Dawn Theme) + add a logo to the footer

Topic summary

A user wants to customize their Shopify store footer (Dawn theme) with three specific changes:

Desired modifications:

  • Relocate the email signup section to appear next to the Customer Service column
  • Add their logo above the “OUR MISSION” section
  • Include additional text in the newsletter area

The user provided before/after mockup images showing the intended layout.

Technical guidance provided:
Another participant explained this requires editing the footer.liquid file, which involves:

  • Creating a 4th column in the footer
  • Copying the newsletter code block
  • Moving it to the new column position
  • Adjusting HTML and CSS for proper desktop/mobile display

Current status:
The discussion remains open. While the user expressed willingness to edit code themselves, they were advised that the multi-line changes to liquid files, HTML, and CSS may require developer assistance if they lack coding experience. No specific code solution has been provided yet.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hi everyone,

I want to update my footer as follows:

  1. Move the E-mail Sign up next to the Customer Service Column

  2. Add my logo above the OUR MISSION

  3. Add a text to the newsletter section

Here is my store: www.moralana.com

Here is how it looks:

Here is how I want it to look like:

Thank you all for your help!

@moralana - this will need some code editing and it will change view on mobile as well

Sure, how would I need to update my code?

Cheers,

Mora Lana

@moralana - are you familiar with the liquid coding? you will need to edit the footer.liquid file

Sure, I can update the code if you let me know how :slightly_smiling_face:

@moralana in the footer.liquid file,

  • you need to add 4th column , then

  • you will need to get the code of newsletter,

  • copy this code to the 4th column

it is easy to read but difficult to follow if you are not a developer as it is not a single line, but multiple lines need to be moved, html and css needs to be updated to keep correct view on desktop and mobile.

If you are not a developer, then you can get help from a developer.