Re: How do I center the text (multiple columns) on my productpage?

Solved

How do I center the text (multiple columns) on my productpage?

Muselabel
Excursionist
30 0 4

hello,

 

I would like to center the text (multiple columns) on my productpage. Is there anyone who can help me with this?

 

Foto 14-07-2024 om 16.43.jpeg

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
1928 674 802

This is an accepted solution.

Hi @Muselabel

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.title-wrapper-with-link {
    text-align: center !important;
    display: block !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1720968758522.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSS-TekLabs
Shopify Partner
1867 534 620

This is an accepted solution.

Hi @Muselabel,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

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

Here is the result

BSSTekLabs_0-1720968884456.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
1928 674 802

This is an accepted solution.

Hi @Muselabel

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.title-wrapper-with-link {
    text-align: center !important;
    display: block !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1720968758522.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Muselabel
Excursionist
30 0 4

It worked thank you!

 

BSS-TekLabs
Shopify Partner
1867 534 620

This is an accepted solution.

Hi @Muselabel,

You can follow these steps to make the effect

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

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

Here is the result

BSSTekLabs_0-1720968884456.png

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell