Centralize text in "Text columns with images" section

Topic summary

A user needed help centering text in the “Text columns with images” section of their Shopify store.

PageFly support provided a CSS solution:

  • Navigate to Online Store → Theme → Edit code
  • Locate the base.css file
  • Add custom CSS targeting the text container with text-align: center !important

The solution successfully resolved the issue. The user confirmed it worked and thanked the support representative.

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

REPOSTING:
Can someone help me centralize the text that is marked in the screenshot below.

shop address: https://malboxing.com/
Password: saydia

Hi @technase

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.container h3.regular_text, .container .rte-setting {

text-align: center !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

it worked. Thank you.

1 Like

You are welcome @technase :blush: