text-align

Posted in: Newspaper
Post count: 7

Hi Team, May i know how to change all the article, text-align left to justify?

Thanks

Post count: 22421

Hi,
You can align your post content to justify when editing a post: http://screencast.com/t/mNeQdJmUCgmO
If you want to make all post text to justify, you can use css to do it:

.single-post .td-post-content{
text-align: justify!important;
}

Thank you!

Post count: 7

I tried this code, it seems to work on my computer, but it doesn’t seem to work on my iPhone. Does the mobile version need another css custom code ? Thanks.

http://www.adsletfibre.fr/2016/01/27/red-by-sfr-nouvelle-vente-privee-sur-le-mobile-et-la-fibre-optique/

Post count: 22421

Hi,
I have checked the website you provided and the text is justified on desktop and mobile. I tested it both on android and iOS but could not find any issues. Please check the post again and let us know if you require any further assistance.
Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.