Use justified text on posts except on mobile

Posted in: Newspaper
Post count: 57

Hi, guys. I’m using

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

on custom code to justify text on my posts, but I don’t want justified text on mobile. Is there a way to do that? Thanks

Post count: 23312

Hello afratus,

You should use the media queries if you want to target only a specific device or width. Use the @media(min-width:767px) and your code or you simply place your code on Advanced CSS area from here -> https://www.screencast.com/t/2bB9EBh4

Hope this helps!

Thanks for the message!

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