[Resolved] Avoid Word Breaks

Home Forums Support [Resolved] Avoid Word Breaks

Home Forums Support Avoid Word Breaks

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2322628
    scometamus

    Dear GP-team,
    how can we avoid word breaks in general, especially in responsive mode.

    As seen in attached Screenshot, it breaks the word “Ansprechpartnerin” to “Ansprechpartner” and then “in” which looks weird.

    Any chance to fix it?

    Thanks

    #2322684
    Ying
    Staff
    Customer Support

    If the word doesn’t wrap, it will create a horizontal scroll, there is just not enough space for such a long word. I shot a small clip for you:
    https://www.screencast.com/t/xHiLJDz1I10

    I think your best option would be to reduce the font size for mobile.

    #2322736
    scometamus

    I see. That workaround solved it. Thanks! Any idea how to solve it here? (l. a. attached screenshot). I’d love to have it, that the columns/table’s content don’t break lines and just get closer to each other.

    #2322778
    Ying
    Staff
    Customer Support

    Can you upload the screenshot here: https://postimages.org/ and share the link to us?

    And could you point us to the table on your site?

    #2322783
    scometamus

    attached

    #2322823
    Ying
    Staff
    Customer Support

    I see, try this CSS:

    .gb-container-dd83fe89, .gb-container-3bf54341, .gb-container-a85e1d48 {
        white-space: nowrap;
    }
    #2322834
    scometamus

    Oh, that stretches the content and makes it look weird on the right side…

    #2322884
    scometamus

    made a screenshot because i can’t let it stay like that for the client. Any ideas? 🙂

    #2322895
    Ying
    Staff
    Customer Support

    Oh, that stretches the content and makes it look weird on the right side…

    Yes, that’s the horizontal scroll I mentioned before.

    If you don’t want the word to break, it will create that horizontal scroll as the screen is too narrow to show the full word.

    #2323357
    scometamus

    okay thanks for the info!

    #2323798
    Ying
    Staff
    Customer Support

    No problem 🙂

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