Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Closed] wpforo Mobile view breaking toolbar in visual editor

3 Posts
2 Users
0 Reactions
1,590 Views
Posts: 10
Topic starter
(@sheerazraza)
Active Member
Joined: 4 years ago

See attached, could someone help?

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@sheerazraza

try

add this to custom css

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group > div {
    white-space: normal;
}

or if it doesn't help

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group > div {
    white-space: normal !important;
}

Dashboard > Forums > Settings > Style (custom css)

 

Posts: 10
Topic starter
(@sheerazraza)
Active Member
Joined: 4 years ago

Perfect the first code fixed the issue. Another issue related to the same element is that when I click on full view button it breaks up and shows full white screen