Center Align Heading Text in Multicolumn - Craft Theme

Hello lovely people,

I am working to center the Heading text on multicolumn sections of Craft Theme.

Thanks in advance!

1 Like

Hi @Original_Z !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

----> In your Shopify Admin go to online store > themes > actions > edit code
---->In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
---->paste this code right above the tag:

.multicolumn [class^='title']{ align-items: center !important; justify-content: center !important; }

Best Regards;

PageFly

Hello @PageFly-Victor - I appreciate your response, but this did not work… I will say when I head to the theme.liquid there is no section, only the word body.

Perhaps I am looking in the wrong location?

Thanks again!

Hi @Original_Z !

paste this code right above the just body tag

@Original_Z

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.multicolumn .title-wrapper-with-link {justify-content: center !important;}
1 Like

Thank you @KetanKumar ! This worked!! :slightly_smiling_face:

1 Like

@Original_Z

its my pleasure to help us