I had to get help of programmers. And I want now to delete the link from topic. Why I can’t edit it?
Ни ответа, ни привета.
Замечательная поддержка у форума!
Thanks for pointing me to the topic.
I see that bbPress is inheriting a lot of styles from your theme
bbPress is using lists instead of a table layout so that is why you see some of the bubbles there.
I see you removed the list styles from your forum.
But you might need this additional CSS to fix some other layout issues.
#bbpress-forums .art-postcontent ul>li,
#bbpress-forums .art-post ul>li,
#bbpress-forums .art-textblock ul>li {
padding-left: 0px;
overflow-x: hidden;
overflow-y: hidden;
}
There is some other styles being inherited from the theme, but they are just for styling text and they are quite difficult to fix the same way as above.
Oh and you can delete the account you created for testing. I don’t think I have to login to see the issues you have, unless you have gotten issues around something I would have to see while logged in only.