Center Text and Title ?

Solved

Center Text and Title ?

Ventit3d
Visitor
2 0 0

I can get the Title to center but cannot edit the text to be centered at all no matter what i try, Something so simple ? what am i missing ?

 

Thanks in advance

How do i center this .png

Accepted Solution (1)

websensepro
Shopify Partner
2137 267 318

This is an accepted solution.

Hi @Ventit3d ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.collection-hero__text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

 Result:

websensepro_0-1748867242801.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 5 (5)

GTLOfficial
Shopify Partner
880 182 192

Url and password of your website please.?

- 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

Tech_Coding
Shopify Partner
520 133 131

Hello @Ventit3d 
would you like to share your store URL and password if any please.
so I can check and provide you possible solution for your question.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

topnewyork
Astronaut
1549 191 253

Hello @Ventit3d ,

 

Can you please share yor store URL? 

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

websensepro
Shopify Partner
2137 267 318

This is an accepted solution.

Hi @Ventit3d ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.collection-hero__text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

 Result:

websensepro_0-1748867242801.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Ventit3d
Visitor
2 0 0

Thankyou very much for the information.