How can I align text to center in a column?

Topic summary

A user seeks help centering text within a column on their Shopify theme. An initial responder questions whether the text is already centered in the right column. A PageFly representative provides a solution involving:

Steps to center text:

  • Navigate to Online Store → Theme → Edit code
  • Open the theme.liquid file
  • Paste specific markup code before the closing tag

The original poster confirms the solution works successfully. The discussion includes a screenshot showing the layout issue and appears to be resolved with the provided CSS/markup fix.

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

Please help to align text center of collumn.

Link to store: https://lekieu-2.myshopify.com/

Thank you

How do you want it to look? It is centered in the column right now.

Hi @tanng ,

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

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

1 Like

Thank you so much, it works.