all the text when being viewed on the homepage (side bar and content) are align to the left, how do i get it to be justified only for the homepage but be default left-align for single post/pages
1 Answers
To resolve this problem, you can log in to Dashboard > Appearance > Editors > add the following code:
.home .item .item-content {
text-align: justify;
}
Regards,
Dominic
works great !
Please login or Register to submit your answer