Hello,
In the CSS editor I already have:
@media only screen
and (min-width : 150px)
and (max-width : 767px)
{
.ttr_article .postcontent img{
display: none;
}
to hide images from mobile devices, but how do I make the text size smaller on mobile devices.
Thanks,
Josh.