Hi,
the headings are floating out of the viewport on mobile devices. I have checked all changes from child theme, but nothing of that is causing this error.
This behaviour occur only on the named WordPress/Enfold installation. I have several other Enfold projects, but there are no such responsive errors.
Any idea?
Hi Carsten!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease font size on mobile
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 24px!important;
}
.av-subheading {
font-size: 22px!important;
}}
Regards,
Yigit