Is there a way to centre my blog title in the Dawn Theme? It is left aligned by default and will not let me change it.
2 Likes
Site URL?
Hello @saucyware
Please use below code on assets → base.css at the bottom to center the blog title
.article-template__title:not(:only-child) {
text-align: center !important;
}
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/section-blog-post.css ->paste below code at the bottom of the file.
.article-template__title {text-align: center;}
1 Like
Thank you, this worked!
1 Like
I am facing this same problem but I have read comments and the problem solve.
