Hello community.
Currently wpForo has something strange in its style, if we reduce the browser window as much as possible, we can see that these letters of the word "Información de la ultima publicación" are shown in a place where they do not correspond (see attached image that explains it best):
This seems to be something that is presented in the wpforo forums in Spanish, because the wpForo forums in English this does not happen.
To counteract this problem I implemented the following CSS code:
#wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo { white-space: initial; }
The above CSS code was the best alternative I thought of to fix this problem.
My intention with this post is to report this problem, and if there is a more practical or better solution for this please leave it below.
Explanatory note: this only appears on reduced desktop browser screens, on reduced screens of smart phones and not tablets.