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
2071 734 921

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 Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2077 613 718

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2071 734 921

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 Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Muselabel
Excursionist
30 0 4

It worked thank you!

 

BSS-TekLabs
Shopify Partner
2077 613 718

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.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now