I am using WPForo with a custom WordPress theme. When a topic is created, the topic title does not stay confined within the forum content container and visually extends outside the intended layout area.
This is visible on the forum listing view. The title appears to ignore the container width instead of wrapping or constraining correctly, while the rest of the forum elements (topic meta, avatar, counts) remain aligned as expected.
This does not appear to be a browser resize issue. The overflow is present immediately after topic creation.
I am trying to determine:
• Whether this is a known WPForo + theme compatibility issue
• If WPForo provides a setting to control topic title wrapping or max width
• Or if this must be handled via CSS (e.g. overflow-wrap, word-break, max-width)
If CSS is the correct solution, I would appreciate confirmation of the correct WPForo selector for topic titles so the fix can be applied safely without breaking future updates.
Screenshot attached for reference.
I am using divi theme, in the css admin I do have a spot to add custom css, but it doesn't seem to work. Its in there now still. I also went into appearance, customize, and I have added it to the end of the css file , still no luck. View here if you like.
My goodness I'm such a noob, I went back in to edit and update I I actually added your entire comment not just code lol.. I edited it with your recommendation and it's working perfect. The final outcome was to end with a trailing ... ?