All things Shopify and commerce
Hi,
URL is www.daughterofanangel.com
Password is JENNA
I am trying to center my entire blog post, date, title header, everything on the blog page.
Thanks in advance!
Hello @jennarose
I would like to give you some recommendations to support you
You can add custom code to theme.liquid like this
<style>
article.article-template {
text-align: center;
}
article.article-template share-button.share-button {
display: flex;
justify-content: center;
}
</style>
I hope the above is useful to you.
Kind & Best regards!
GemPages
This worked! Thank you!!
Hi @jennarose,
Go to your Online Store > Themes > click 3 dots button > Edit code > Assets > base.css, add those CSS code at the bottom of your file, click Save button
.article-card__info,
.article-card__excerpt { text-align: center; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
.main-blog h1.title--primary {
text-align: center;
}
.article-card__excerpt {
text-align: center;
}
.article-card__info {
text-align: center;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025