Jan 16, 2019 9:40 pm
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
Jan 17, 2019 1:35 am
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