How to manage the fontsize for better responsive text?

Posted in: Newspaper
Post count: 3

I just installed the theme and I don’t see anywhere in the theme panel a place to manage the font size for mobile or tablet view. I do see the THEME FONTS section where you can specify the font size for all kind of text elements, but if I put 21px for Post Content for exemple, it remains 21px on a mobile. Is it me or this feature is missing? Is there a place where we can manage that without creating custom CSS rules for breakpoints?

Thanks in advance for your help!

Post count: 22421

Hello,
Sorry but our theme does not have settings for each viewport in particular. You will have to use css if you want different fonts on different viewports.
Here is an example on the post content for mobile devices:

@media(max-width:767px){
.td-post-content p, .td-post-content{
font-size:15px!important
}
}

Thanks.

Post count: 3

Ok, thanks for your answer Bogdan.

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