dustyhawk
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

dustyhawk
replied 11 years ago

works great !

Powered by DW Question & Answer Pro