Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I can't figure out how to center the title of the multiheader section for this theme. Any ideas?
https://jessica-hannon.myshopify.com/
Password: rtetso
Solved! Go to the solution
This is an accepted solution.
@jessieh_10,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style>
.multicolumn [class^='title']{
align-items: center !important;
justify-content: center !important;
}
</style>
Kind regards,
Diego
This is an accepted solution.
@jessieh_10,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style>
.multicolumn [class^='title']{
align-items: center !important;
justify-content: center !important;
}
</style>
Kind regards,
Diego
Works! Thank you so much!
How do you apply it for mobile? This works on desktop but not for mobile.
still needing a fix for mobile as well
hello, this is it, works for both
<style>
.multicolumn [class^='title'] {
align-items: center !important;
justify-content: center !important;
display: flex !important;
text-align: center !important;
}
</style>
worked for mobile too. Thanks alot!
WORKS GREAT! is it possible to do this for the heading section as well?
thank god you saved me thank you so much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025