Hi,
is there a way to set text in all posts and pages with justification alignment?
Thanks!
Francesco
Hi,
is there a way to set text in all posts and pages with justification alignment?
Thanks!
Francesco
Hi Francesco,
Thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
#content .entry-content {
text-align: justify;
}
Best Regards,
Movin