Tagged: bbpress
Trying to make the forum look better, and I notice that the bbpress threaded replies do no show up under the reply they were meant to and, although i have set the forum to be 5 nested deep, in terms of replies, there is no difference at all.
I have tried adding the following css to see if that would work, but nothing has changed:
#bbpress-forums ul.bbp-threaded-replies {
margin-left: 100px;
}
Can you please point me at what needs to be changed in order to a) have replies nested under the post they were replying to and b) how I can indent such nested replies?
Many thanks
Hey nigdowser!
Thank you for using our theme.
Can you give us a link to this page please? Then we can check and give you the correct CSS. You can post it here as a private reply.
Best regards,
Günter
Hi!
1. Try adding this code to Quick CSS:
.bbp-threaded-replies {
margin-left: 50px !important;
}
2. TinyMCE (the editor) can’t be edited, however you can add some border to its container so the box is viewable on a white background:
#wp-bbp_reply_content-wrap .mce-tinymce {
border: 2px solid #d1d1d1 !important;
}
Regards,
Josue
Many thanks for this. Much appreciated! I had the devil’s own time trying to sort that one our myself :-)