Apr 17, 2021 8:04 pm
Hello community.
There is a bug in the long title icons in the simplified layout.
In short titles the icon looks like this:
But in long titles the icon gets out of square:
How can I fix this mismatch?
Link with the demonstration of this problem: https://wpforo.com/community/wpforo-showcase/
2 Replies
Apr 17, 2021 8:42 pm
the issue comes from the css formatting
display: flex;
you can change that to "inline"
add this to custom css
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-title { display: inline; }
Apr 17, 2021 10:18 pm
You have me in love.
THANK YOU AS ALWAYS FOR YOUR HELP.