My H1 will not scale on a Smartphone. It does not seem responsive?
Please help!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) { h1 { font-size: 28px; }
h2 { font-size: 25px; }}
Regards,
Yigit
Thanks it is fine now :)