MitchH
1
I would like to know how to centre align the “posted by author” part in line with content?
Thanks
HI @MitchH
Kindly share your website URL.
Hi @MitchH ,
Go to Assets > theme.css and paste this at the bottom of the file:
.article .article-details {
text-align: center !important;
}
1 Like
MitchH
4