Notifications
Clear all

wpForo 1.x.x [Solved] Remove Horizontal Scrolling

2 Posts
1 Users
0 Likes
1,523 Views
Posts: 2
 RegM
Topic starter
(@regm)
New Member
Joined: 5 years ago

Hi, i want to know how i can disable the horizontal scrolling on my forum post, so the text fit the box just like here.

I joint an image so you better understand.

thanks for your help.

Régis

1 Reply
Posts: 2
 RegM
Topic starter
(@regm)
New Member
Joined: 5 years ago

thanks everyone i resolved it by copying:

#wpforo #wpforo-wrap, post-new.php {
overflow: visible;
overflow-x: hidden;
overflow-y: scroll;
}

in my custom css and it work now

thanks anyways