Hi, I can’t figure out how to center align collection headings both on my homepage and also on each collection page. The collection’s feature image seems to be right aligned. Does anyone have any suggestions on how to amend this please?
1 Like
Hello @LaurieG
Could you please share your store URL and password to check section so we can find some solution?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi, the URL is https://maxisaver.myshopify.com/
Thanks, Laurie
Hello @LaurieG
Add below code into your style.css file
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
.product-block .title{
text-align:center !important;
}
Thank you
@LaurieG If it works them please like and accept my solution.
thanks for store url
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product-block .title {text-align: center;}