How to customize footer?

Topic summary

Main issue: uneven spacing in the footer; the “Subscribe” section appears too narrow, and the bottom line with “About us, disclaimer, etc.” needs to be centered. Prior attempts at centering code pushed content to the left instead of centering.

Suggested fix: edit the theme code. Navigate to Edit Code → theme.liquid and paste a provided snippet directly below the tag. A screenshot was shared for placement reference, with a note to use the code snippet rather than the screenshot content.

Notes: the exact code snippet is not included in the conversation text, so its specifics are unclear here. An image attachment shows the current footer layout and spacing issue.

Status/outcome: the original poster acknowledged the guidance with thanks. No confirmation that the fix worked or that the centering/spacings were resolved, so the thread appears open/ongoing.

Summarized with AI on December 29. AI used: gpt-5.
  1. I’ve attached a photo of my footer, I’m having a hard time figuring out how to adjust the spacing, as you can see it isn’t even. I think by making the subscribe part wider it would even out the bar a little bit.

  2. Also the very bottom section with “about us disclaimer etc.” I am trying to get it centered.

I’ve been trying a few different codes, one for centering but it brings it all the way to the left.

Hey @RyanRichie

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

thank you!