1. put this in your child theme style.css
.bbp-reply-content p {
width : 580px !important ;
}
2.
In the forums list, the titles (in German) for topic and post count rows are wrapped to the next line because the rows are too narrow.
presume these are Themen & Beiträge, in which case they look fine to me.
Thanks a lot! That helped immediately with the hidden text.
But the other problems persist. I made two screenshots. The first will show the wrapped letters at “Stimmen” and “Beiträge”:
The other shows a minor problem at topic display:
PS: I tested this with both browsers, Firefox and Chrome.
it looks fine fullscreen, but your theme has to do something as you reduce the screen size, your theme decides to wrap, it could lose it off screen or freduce font size, but these are theme issues, not bbress issues.
I added this to my child theme’s css and now it’s looking fine (before the count width was 10%, freshness width was 22%):
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
float: left;
text-align: center;
width: 12%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: center;
float: left;
width: 20%;
}
Great – glad you’re fixed !
Ohh unfortunately it is not fully fixed yet 🙁 the “send” button of the compose form is always partly hidden by the our sidebar on the right. It’s different with various browsers: more or less hidden.
On the screenshot you see that the send button just is “se”, the rest is hidden.
Live here:
http://hanfjournal.de/forum/bereich/fun-talk/test-forum/ (but you need to login)
Note: The German translation for “send” is “senden”, so if you see “send” there are still 2 letters missing.