Notifications
Clear all

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

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

See attached, could someone help?

2 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 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: 3 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