Check the link in Private Content. The headline is not scaling on my Iphone 6s. Any idea? Its a “Spezielle Überschrift” from the demo content.
Hi Alexander,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.home h1.av-special-heading-tag {
font-size:30px !important;
}
}
Adjust the value 30 to your liking.
Thanks,
Rikard
It works. Thanks Richard.