Hi,
That’s a typical issue with some themes. You probably need a CSS like width: 100%
Is it a public site ? If so, please post the URL so we can have a look.
Thanks, Pascal.
Yeah of course,
link
btw i forgot to say that i’m using wordpress 4.4.2 and bbpress 2.5.8.
thanks!
Kalimera,
Strange, mostly width 100% is needed, but it’s because of the width 100% that you have this issue 🙂
Try to add the following CSS:
#bbpress-forums div.reply {
width: auto;
}
Pascal.
bonjour,
Thanks for your advise. I’ll try to fix according to your suggestion, it will take to me a little bit of time because i’m newbie in wordpress 🙂
thanks Kostas.
Hi Kostas,
Under ‘Appearance’ you will probably find ‘Editor’ or something where you can add extra CSS.
Pascal.
Hi Pascal,
it worked! You are a magician! ;P
Thanks a lot.
Kostas.