All things Shopify and commerce
Hi,
I've started writing blog posts, but the content is centrally aligned and I would like them to be center aligned.
I am using the refresh theme.
Can anybody help me make the blog posts left aligned?
Here's an example of a blog post from my website -
Thanks
Ian
Solved! Go to the solution
This is an accepted solution.
Hello! @HeatMyHouse Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
.article-template__content > * {
text-align: left;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the Accepted Solution.
Best regards
K.K
This is an accepted solution.
Hello! @HeatMyHouse Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
.article-template__content > * {
text-align: left;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the Accepted Solution.
Best regards
K.K
Thank you, that has done it.
I appreciate your help.
Would you also be able to tell me how to left align the text in my footer too please??
Thanks
Hello @HeatMyHouse ,
To align the footer to the left, please add the following code to your CSS file or base.css:
.footer .footer-block {
text-align: left;
}
Here is the screenshot for the same.
If you found my response helpful, I would appreciate it if you could like this message and mark it as the accepted solution. Please feel free to reach out if you have any further questions.
(S.P)
Hi,
Thanks for you help with the text alignment. The blog post alignment worked perfectly but the footer alignment doesn't change. Is there anything else I could try?
Thanks
Ian
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025