Thank you for trying the previous steps!
It seems there might still be hidden HTML entities or formatting issues causing the text to not wrap properly. Here are a few more suggestions:
1. Remove Non-Breaking Spaces: Check for
or other HTML entities in the WordPress editor and replace them with regular spaces.
2.Add Custom CSS: fix the issue on the single event page, try adding the following CSS. Navigate to Events > Settings > Custom CSS and add this code:
`ep_single_event_description {
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
}`
3. Switch Editors: If you’re using a third-party content editor, try switching to the default WordPress editor to see if that resolves the issue, as some editors may not handle clipboard content correctly.
4. Inspect with Browser Tools: Use your browser’s “Inspect Element” tool to check for any hidden characters or formatting that might be causing the issue.
Please let us know if these steps help. We’re here to assist further if needed!