• Resolved lolzern

    (@lolzern)


    Hello, I am experiencing an issue with my heading text. If the text is longer than the width of the content container, it overlaps on itself instead of starting a new line. This is what it looks like on mobile: https://imgur.com/u1oST85. Here is the same section on desktop: https://imgur.com/91Gb0hL

    Does anyone know how to fix this?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Go to Customize > Typography > All Heading or h1, h2, h3, h4 section (depends on your settings) and change the line height. It will be fixed.

    Thread Starter lolzern

    (@lolzern)

    Ah yes great that fixed it, thx 🙂

    Amit Singh

    (@apprimit)

    You’re welcome!

    Janhooper

    (@janhooper)

    I’m having the very same problem as Lolzern described. I tried the solution recommended by Amit but it did not work for me. I’m just using the default settings for everything.

    I went to customize>typography> and h1 but when I went to change the line height, nothing changed.

    Here’s my site:
    waterheatersplusplumbing.comwaterheatersplusplumbing.com

    Amit Singh

    (@apprimit)

    @janhooper have you cleared the cache after changing the line-height?

    Janhooper

    (@janhooper)

    Yes, just cleared and purged cache. Still overlapping. No response at all when I try to make changes to line height.

    Janhooper

    (@janhooper)

    I have everything on default and even made my logo smaller in menu just in case that was cause of problem.

    Amit Singh

    (@apprimit)

    Can you please mention where you have an h1 tag? If possible please share a screenshot. You can tool like Imgur or Lightshot to share the screenshot here.

    Janhooper

    (@janhooper)

    Hope you can read this. Only way I could figure out how to share screen shot was uploading it to website and including the link.

    Janhooper

    (@janhooper)

    Amit Singh

    (@apprimit)

    1. Go to Customize > Typography > Page Title and increase the line-height to fix it.
    2. You also have the breadcrumb issue which is not displaying on your site properly. To fix it, add the below code to the Customize > Custom CSS section –

    .site-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .site-breadcrumbs ol li {
    display: contents;
    }
    .site-breadcrumbs a, .background-image-page-header .site-breadcrumbs a {
    margin: 0 5px 0 5px;
    }
    Janhooper

    (@janhooper)

    It worked perfectly!! Thanks so very, very much Amit! Such a relief.

    Amit Singh

    (@apprimit)

    Happy to hear that!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Heading text overlapping on itself’ is closed to new replies.