Article style justify

Posted in: Newsmag
Post count: 18

Hi,

is there a possibility to make the articles on the blog with the orientation “JUSTIFY” ?

Here you see the texts http://www.deinpekawe.de/2016/12/08/brabus-850-xl-widestar-auf-essen-motor-show/ dont really look so nicely 🙁

Post count: 22421

Hello,

The tiny mce editor does not have this option unfortunately so it can only be added through css. Please try this code:

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

Thank you!

Post count: 22

Hi Bogdan,

can you please also add the code for pages to justify the text.

Thank you!

Post count: 22421

Hello,

For pages it;s a bit more complicated as pages can have lots of different elements and a general code will affect all of the page elements. Please provide a link to your site and provide specific instructions to where you want the text justified.

Thank you!

Post count: 22

Hi Bogdan,
thanks for your reply…

Example: http://www.pureglam.tv/ueber-mich-fashionblogger-lifestyleblogger/

Full text between title and footer justified will be perfect (including all h1,h2,h3)

Thank you in advance

Post count: 23312

Hello pureglamtv,

You should use a bit of CSS code and place it in Theme panel->Custom CSS area.

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

Thanks for your message!

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