Hello lovely people,
I am working to center the Heading text on multicolumn sections of Craft Theme.
Thanks in advance!
Hello lovely people,
I am working to center the Heading text on multicolumn sections of Craft Theme.
Thanks in advance!
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:
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
yes please try this code
.multicolumn .title-wrapper-with-link {justify-content: center !important;}
Thank you @KetanKumar ! This worked!!
its my pleasure to help us