How to center align text in "Text with Columns Format"

Hello everybody!

I’ve been struggling for the last couple of hours trying to “Center Align” the text in the “Text with Columns Content” and place the text-align with the images.

I bought the ICON Theme developed by We are Underground support

If anyone can give me a hand, it’ll be great.

Hello,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

Kind regards,
Diego

Hi Diego!

Here’s the info

Do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > stylesheet.css and paste this at the bottom of the file:
[id*='section'] .image-column .text-content{
    text-align: center;
}

Please let me know whether it works.

Kind regards,
Diego