Responsive font-size ?

Posted in: Newspaper
Post count: 52

How to get responsive font-size?
I’ve tried:

@media (min-width: 768px){
.td-post-content p, .td-post-content {
font-size: 110%;
}}

Though this does not work.
Also setting the font to a numeric value like “19px” did not work.

Is there a way to have responsive fontsize in Newspaper?

Post count: 20685

Hi,

You should not use percentages in font sizes because unpredictable results could happen. You could enter a different font size for your paragraphs in pixels using css, for each of the sizes specified in Theme panel->Advanced Css->Responsive Css – https://www.screencast.com/t/VB7B4wghqj1

Thanks

Post count: 52

Hi Simion C.,

Thanks for pointing this out to me. I did not realize this feature was present in this template.
At first the code did not work because the font setting in the themepanel did overrule the code in the advanced css.
But when I changed the font to default all worked well.

Thanks!!!

Post count: 52

Oh the overrule seems to be a cache problem. It works also with the themepanel setting.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.