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.