[Support request] Header text gets cut off

Home Forums Support [Support request] Header text gets cut off

Home Forums Support Header text gets cut off

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2236098
    Renske

    Hi there,

    How do I make sure my header texts are mobile responsive? As you can see in the screenshot (see private info) the text on my blogpage, for example, gets cut off in several places. Also happens to my homepage header when the text is too long.

    Thanks!

    #2236332
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2236578
    Renske

    Sorry, I forgot about that. See below.

    #2237034
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to hyphenate if necessary:

    h1 {
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.