BuddyBoss Home – Web Support Forums Themes Boss. theme No space between paragraphs in bbPress posts

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #38705
    @angslycke

    Hi!

    I noticed that there’s no spacing between paragraphs in bbPress. When I press enter in the reply form, that’s being ignored. This may not be the case in a clean installation of the Boss. theme (I have made a lot of CSS changes), but I’m posting the solution here if anyone else is having the same problem.

    Found a thread on the bbPress forums (https://bbpress.org/forums/topic/no-spacing-in-posts/) and it turned out to be an easy CSS fix. Insert this in your custom.css file:

    .bbp-reply-content p {
    margin-bottom:10px;
    }

    Answers

    #38709
    @rugwarrior

    Thanks for sharing!

    #38733

    Alyssa
    Participant
    @alyssa-buddyboss

    Sent to devs.

    #38786
    @michael

    I actually cannot reproduce this issue. Spacing is automatically added via the default paragraph formatting.

    .entry-content p, .mu_register p {
    margin: 0 0 24px;
    line-height: 1.7;
    }

    I am guessing you have some custom edits, not sure. I can add a bbPress specific style for good measure but it should work fine without it..

    #38938
    @angslycke

    @michael Yes, probably. The fix in the initial message here solved the issue so this is fixed now. Thanks!

    #39030

    Alyssa
    Participant
    @alyssa-buddyboss

    I’ll close this out 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘No space between paragraphs in bbPress posts’ is closed to new replies.