Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1273282

    Hi!
    We have a problem with the latest enfold-version.
    On a page with h2-tags the title is large and leaves the screen to the right on mobiles, while h3-tags work responsivly as expected.
    Do you have an idea how to fix this?

    Thank you very much

    #1273419

    Hey maxh_muc,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1273446

    Hi, thank you for the reply. The title here is h2 now for you to see the problem.

    Thank you

    (Link private)

    #1273476

    Hi maxh_muc,

    Did you try disabling and enabling css merging a few times in the theme options?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1274179

    No we haven’t.
    The problem is only with h2 tags.

    Password in private area.
    Thank you for your help.

    #1274404

    Hi maxh_muc,

    Thanks for giving us admin access.
    It seems like the base size of 28px for h2 on your site is large enough since the font itself is larger than usual fonts and also in capital letters.
    You can see this when you compare it here: https://kriesi.at/themes/enfold-2017/elements/text-block/
    For that, I have added this CSS code in Enfold > General Styling > Quick CSS, to adjust h2 in mobile:

    @media only screen and (max-width:767px) {
        #top h2 {
            font-size: 22px;
        }
    }

    Let us know if you need us to re-adjust it.

    Best regards,
    Nikko

    #1276583

    Thank you very much.

    Problem solved

    #1276640

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘h2 not responsive’ is closed to new replies.