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!
User | RANK |
---|---|
38 | |
36 | |
13 | |
9 | |
8 |