How can I center the copyright section in the Dawn theme footer?

Topic summary

Goal: center the copyright text in the Shopify Dawn theme footer.

Proposed fix:

  • Add a CSS style targeting the footer’s copyright class (.footer__copyright) in theme.liquid.
  • Set width to 100% and text-align to center to center the text.

Implementation steps:

  • Online Store > Edit code > Open theme.liquid.
  • Paste a block before the closing tag that sets .footer__copyright { width: 100%; text-align: center; }.

Additional note:

  • A second reply provided the same file/location steps (theme.liquid, before ) but did not include the actual CSS code.

Context & assets:

  • An image was shared showing the footer area, but the solution relies on CSS changes rather than the image.

Status:

  • No confirmation of success or further discussion from the original poster; solution appears straightforward but unverified.
Summarized with AI on January 30. AI used: gpt-5.

How do i center the copyright section?

@karma-tamang

Hello,

Please add the code above the in theme.liquid

online store >> edit code >> theme.liquid

.footer__copyright{ width: 100%; text-align: center; }

i hope it will help you :slightly_smiling_face:

Hi @karma-tamang ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly