Posts on mobile: how to increase text size?

Posted in: Newsmag
Post count: 14

Hello there, I’m having some problems when I try to increase the size of the text in my articles, when they are read on a mobile advice. I tried to add some css code, but it’s not working. Is there a particolar way to do that?

Post count: 23312

Hello twoems,

I suppose that you want to increase the font-size for your paragraphs on mobile mode, right? So, if oyu want to do this, you should use the code below and place it in Theme panel->Custom CSS area.

The code is ->
@media(max-width:767px){
.td-post-content p, .mce-content-body p, .comment-content p {
font-size: 23px!important;
}
}

Thanks for your understanding!

Post count: 14

thanks a lot !

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