• I’m having an issue on a Poe site, especially when using query loops in columns but also on post pages where there are long links that are over a line.
    I believe the issue is that the css is avoiding hyphenation, and that’s causing overflow into other elements.

    In the example above, we have a query loop set up with two columns. The text is imported as an old classic block / old wordpress editor. However converting it into blocks didn’t fix the issue.

    To a lesser extent, the same issue is happening on post and pages:

    (Please excuse the content of these pages, these students are taking a class on misinformation, and they are pulling examples of misinformation from the internet)

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

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @beckej,

    Try adding the following custom CSS to Appearance → Editor → Additional CSS:

    * { overflow-wrap: anywhere; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Overflow caused by long links, long strings of text’ is closed to new replies.