Adjusting Font sizes for mobile screens

Hello,

I have large custom headings all over my website but instead of them getting smaller when viewed on mobile the words drop down and the words get cut off on small screens. I have tried adding a class to each header that will instruct them to shrink but this doesn't work. Is there are way to even Can anyone help me?

I have tried to add bigtitle as a class in the custom header options, then adding the below css.


@media only screen and (max-width: 700px) {
    .bigtitle { font-size: 30px; }
}

All of my revolutions sliders are set to auto responsive so they do this automatically, is there a way to do this to just my custom headers?

Any help is appreciated.
Cheers
Jade


Comments

Sign In or Register to comment.