The heading text on the desktop looks good. But on a mobile device it’s huge.
How do you make the mobile headings smaller?
Hey jackiejackiejackie,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
h1.av-special-heading-tag {
font-size: 25px !important;
}}
and adjust as needed.
Best regards,
Andy