How can I center the title in a multicolumn template?

Solved

How can I center the title in a multicolumn template?

Angela86
Excursionist
28 1 4

Hello, 
I'm using the multicolumn template and I want to center the title.
How I can center it?

I look forward to your reply.
Thank you

 

Captura de pantalla 2024-03-12 a la(s) 4.37.10 p.m..png

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1801

This is an accepted solution.

Hi @Angela86 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.multicolumn .title-wrapper-with-link {
    justify-content: center;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
5011 1120 1801

This is an accepted solution.

Hi @Angela86 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.multicolumn .title-wrapper-with-link {
    justify-content: center;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.