How can I center a multi-column heading on my website?

Solved

How can I center a multi-column heading on my website?

EthanOSHOP
Explorer
71 0 14

How do I centre this heading?

url is wintheoryco.com

Image 25-01-2024 at 19.02.jpeg

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
10100 2398 3032

This is an accepted solution.

Hi @EthanOSHOP 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn .title-wrapper-with-link {
    justify-content: center;
}
.multicolumn .title {
    text-align: center;
}

 

And Save. 

Result:

Made4uoRibe_0-1706214046791.png

i align it on the desktop and mobile. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

PageFly-Oliver
Shopify Partner
878 190 188

This is an accepted solution.

Hi @EthanOSHOP ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(max-width:767px){
.shopify-section .multicolumn .title-wrapper-with-link {
    justify-content: center;
}
.shopify-section .multicolumn .title {
    text-align: center;
}
}

</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

<phong cách>

.multicolumn .title-wrapper-with-link {

biện minh-nội dung: trung tâm;

}

.multicolumn .title {

căn chỉnh văn bản: giữa;

}

</style>

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10100 2398 3032

This is an accepted solution.

Hi @EthanOSHOP 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn .title-wrapper-with-link {
    justify-content: center;
}
.multicolumn .title {
    text-align: center;
}

 

And Save. 

Result:

Made4uoRibe_0-1706214046791.png

i align it on the desktop and mobile. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Oliver
Shopify Partner
878 190 188

This is an accepted solution.

Hi @EthanOSHOP ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(max-width:767px){
.shopify-section .multicolumn .title-wrapper-with-link {
    justify-content: center;
}
.shopify-section .multicolumn .title {
    text-align: center;
}
}

</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

<phong cách>

.multicolumn .title-wrapper-with-link {

biện minh-nội dung: trung tâm;

}

.multicolumn .title {

căn chỉnh văn bản: giữa;

}

</style>

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


PageFly - #1 Page Builder for Shopify merchants.


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