Centering Page Title on Collection Page; Origin Theme

Solved
petrelan
Shopify Partner
8 0 2

Hi there,

 

I'm looking for some help on how to center the collection page title. I got the description centered, but the title is still left-oriented. 

 

I tried to add this:

.section-template--17165471121720__main-padding .rte,
h1.main-page-title { text-align: center; }

 

but it only centered the description.

 

Here is the preview link: https://a9y3tl8vo41c9gen-18068649.shopifypreview.com

 

Thanks in advance for the help!

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1782 2953

This is an accepted solution.

Hi @petrelan ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
h1.collection-hero__title {
    text-align: center;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)
PageFly-Victor
Shopify Partner
7865 1782 2953

This is an accepted solution.

Hi @petrelan ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
h1.collection-hero__title {
    text-align: center;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

petrelan
Shopify Partner
8 0 2

@PageFly-Victor  This worked - thank you so much!

Walidy
New Member
1 0 0

Hi, I use the same theme and I have the same problem but when I paste the code nothing changes.

Another solution please

Cathy_Oughton
Excursionist
19 0 4

Can I ask how you’ve got the description entered? I have the opposite problem!

Cathy_Oughton
Excursionist
19 0 4

centered not entered!