I have a trouble with forum editor, I need help please!

I have a trouble with forum editor, I need help please!

by Yoannia Arean -
Number of replies: 1
Hello!

I have a strange problem, when I post a message in any forum, the message is shown in many columns, like the attached image, can someone please help me?



When I check the html code it looks like this:



it's as if the <p> tag took it as a column change.

 I've tried everything and reviewed settings and can't find anything.

I really appreciate any help!

Thank you
Average of ratings: -
In reply to Yoannia Arean

Re: I have a trouble with forum editor, I need help please!

by John White -
You are almost certainly right about the tag taking on a column change, but perhaps you have solved the problem already.
I would look first for any theme adjustments that have been made. For example, display: flex; that is affecting paragraphs. It looks this way because each paragraph has forced a column change, including the empty paragraph. 
The change may not even have been intended to affect the paragraph p, but is doing so because it's a child of something else. What CCS is set of the containing DIV ?