News:

Wondering if this will always be free?  See why free is better.

Main Menu

Default font size too small for mobiles

Started by dsanchez, May 05, 2019, 07:13:02 AM

Previous topic - Next topic

dsanchez

I already submitted an issue on github but meantime would like you to point me in which CSS file I can increase this. Thanks in advance.

SychO

You can add this to responsive.css


@media (max-width: 480px)
{
.post {
font-size: 15px;
}
}


you might want to edit the line height as well.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

dsanchez

thank you, just did that. I put finally 16px. Its more readable now, the default size is really way too small.

Advertisement: