We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to centre the Titel

Solved

How to centre the Titel

NikosBat
Navigator
489 1 108

Hello friends, how can I centre the titel in this section?

 

Bildschirmfoto 2024-12-30 um 20.08.59.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 600

This is an accepted solution.

Hi @NikosBat ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.collection__title.title-wrapper {
    text-align: center !important;
}

Here is the result:

DaisyVo_0-1735617366125.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
4469 501 600

This is an accepted solution.

Hi @NikosBat ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.collection__title.title-wrapper {
    text-align: center !important;
}

Here is the result:

DaisyVo_0-1735617366125.png

 

Please let me know if it works!

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Navigator
489 1 108

Thank you very much, that solved my problem

GTLOfficial
Shopify Partner
881 182 192

Hello @NikosBat 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

 

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
text-align: center !important;
}

 

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
NikosBat
Navigator
489 1 108

thanks you very much, that solved my problem