Notifications
Clear all

wpForo 1.x.x [Solved] Problem with Message Box

14 Posts
3 Users
2 Reactions
3,673 Views
Robert
Posts: 10594
Admin
(@robert)
Support Team
Joined: 9 years ago

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;
}
}
Posts: 17
 Rene
Topic starter
(@reneh)
Eminent Member
Joined: 7 years ago

Hello,
Thanks again for the solution!

I have a problem with the mobile menu ...

Robert
Posts: 10594
Admin
(@robert)
Support Team
Joined: 9 years ago

This also exists here. This is a core style issue, we'll fix it in next version.

Posts: 17
 Rene
Topic starter
(@reneh)
Eminent Member
Joined: 7 years ago

OK thanks

 

Posted by: Robert

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

Robert
Posts: 10594
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

Page 2 / 3