Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #494771

    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?

    #494900

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.