How can I center the last three columns in the Dawn theme?

Topic summary

A user seeks help centering the last three columns on their Shopify store’s About page using the Dawn theme.

Solutions Proposed:

  • Option 1: Add custom CSS code to the theme.liquid file, placing it above the closing </body> tag
  • Option 2: Insert CSS directly into the section’s Custom CSS field

Both solutions involve using CSS to adjust column alignment, specifically targeting the multicolumn list grid with justify-content: center.

Status: The thread appears to have multiple proposed solutions but no confirmation yet on which approach worked or if the issue was resolved.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hello

I need your help with center these last 3 columns. Thank You :slightly_smiling_face:

https://5a8ab2.myshopify.com/pages/about

123

1 Like

Hey @ErnestoF

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @ErnestoF

In the Custom CSS field of this section, paste the following styles:

.multicolumn-list.grid {

justify-content: center;

}

Best regards,