That's not the wpForo style. The correct mobile view of wpForo is the left side. The icon should be aligned left too. Use this CSS code:
@media screen and (max-width:800px) {
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-rating-full {
display: inline-block;
}
}
Hello,
Thanks again for the solution!
I have a problem with the mobile menu ...
This also exists here. This is a core style issue, we'll fix it in next version.
OK thanks
That's not the wpForo style. The correct mobile view of wpForo is the left side. The icon should be aligned left too. Use this CSS code:
@media screen and (max-width:800px) {
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-rating-full {
display: inline-block;
}
}
But this mistake is also in this forum ...
In the mobile view, the account information in the simplified layout has slipped a bit
But this mistake is also in this forum ...
Yes, I've already mentioned that this also exists here, on this forum
In the mobile view, the account information in the simplified layout has slipped a bit
Ok, thank you for letting me know, I'll ask our developers to fix this in next version too.