How do I centre this text?

Solved

How do I centre this text?

HOUSEOFX
New Member
7 0 0

Screenshot 2024-07-18 at 20.14.50.png
Doesnt give me an option can anyone give me a code so I can centre the text for both mobile and desktop?

Thanks

Accepted Solution (1)
Entesta
Shopify Partner
80 8 20

This is an accepted solution.

@HOUSEOFX you can add this code to your layout -> theme.liquid file.

This code will keep the heading centered on mobile and desktop both.

.collection__title .title {
    text-align: center;
}

 

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise

View solution in original post

Replies 3 (3)

Entesta
Shopify Partner
80 8 20

Hi @HOUSEOFX 

Please share your store URL so that we can have a quick look and share the code to center the text.

Thanks.

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise
HOUSEOFX
New Member
7 0 0
Entesta
Shopify Partner
80 8 20

This is an accepted solution.

@HOUSEOFX you can add this code to your layout -> theme.liquid file.

This code will keep the heading centered on mobile and desktop both.

.collection__title .title {
    text-align: center;
}

 

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise