Justified text alignment.

Posted in: Newspaper
Post count: 16

Hi, I managed to find code on here that allowed me to align my text justified, however it doesn’t look great on some sentences with big words on mobile versions.

Is there any way to make the text only display as justified on desktop then align left on mobile?

Many thanks

Post count: 35449

Hi,

Yes, you can do that, all you need to do is to set the code in Theme panel>Custom Code> Advance css in section desktop -> https://www.screencast.com/t/xdMYlkdSNO and this code will be apply only on desktop.

Thank you!

Post count: 6

Can you tell us exact the CSS code

Post count: 35449

Hi imagpt,

Where you want to apply the code, if you want to align Justified the post content this can be achieve using a single post template from tagDiv Cloud Library, edit it with tagDiv Composer click on single post content and set the extend direction “Lift & Right ” https://i.imgur.com/TRXJLvD.jpg
Or you an use a custom css ->
.tdb_single_content p, .tagdiv-type p{
text-align: justify;
}

Thank you!

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