Reply To: How to disable text-align for post-content
July 21, 2021 at 3:33 am #5140
Theme Century
Keymaster
Hello Krsna,
Could you please try to put this css this css may help you to solve your problem. and let us know if you have any problem. We are here to help you.
.post-content > p {
text-align: initial;
}
.post-content > p[align=center] {
text-align: center;
}
.post-content > p[align=right] {
text-align: right;
}
.post-content > p[align=justify] {
text-align: justify;
}
Thank you.