Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm trying to center all of the main headings of each section of my shop but it I can't seem to center the one for the blog section.
Store link: https://2bb416.myshopify.com/
I'm using these codes to center the collections and featured.
.collection__title .title, .collage-wrapper-title {
text-align: center!important;
}
.collection-list-wrapper .title-wrapper-with-link {
justify-content: center!important;
}
.main-blog .title--primary {
text-align: center!important;
}
Solved! Go to the solution
This is an accepted solution.
Update code
.collection__title .title, .collage-wrapper-title {
text-align: center!important;
}
.blog .title-wrapper-with-link,
.collection-list-wrapper .title-wrapper-with-link {
justify-content: center!important;
}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Update your code
.collection__title .title, .collage-wrapper-title {
text-align: center!important;
}
.main-blog .title--primary,
.collection-list-wrapper .title-wrapper-with-link {
justify-content: center!important;
}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Blog section still seems to be not affected
This is an accepted solution.
Update code
.collection__title .title, .collage-wrapper-title {
text-align: center!important;
}
.blog .title-wrapper-with-link,
.collection-list-wrapper .title-wrapper-with-link {
justify-content: center!important;
}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This worked thank you!
Hi @castlefurniture,
Just write the below CSS in the style file it will center the BLOG POSTS heading.
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
justify-content: center;
}
Hi @castlefurniture Please add the code in your theme.css/base.css/style.css file which is available in your theme.
h2#SectionHeading-template--16213242708165__df4d2f4a-0699-43e1-b753-fd4fcc8a719f {
display: grid;
}
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
justify-content: center !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025