Skip to:
Content
Pages
Categories
Search
Top
Bottom

No spacing in posts.


  • msteinberg09
    Participant

    @msteinberg09

    Hello, my website uses wordpress 3.9.2 and bbPress 2.5.4.

    I searched the troubleshooting forum for someone else who has this issue, but I can’t find anything. In the posts on the forum, if a the writer tries to make a space (for example, between paragraphs) by using the ‘return’ key a space doesn’t show up when the post or comment is posted. Here’s an example http://dailyfantasywinners.com/forums/topic/is-qb-more-important-on-fanduel-than-draftkings/, I pressed return after the first paragraph but when I posted there is no space between the paragraph and the word “Thoughts?”

    Any help is appreciated!

Viewing 13 replies - 1 through 13 (of 13 total)

  • Robkk
    Moderator

    @robkk

    add this to anywhere you can put custom css

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

    msteinberg09
    Participant

    @msteinberg09

    Hi Rob, I’m not very tech saavy. Where can I put custom css? Should I edit the plugin or edit the stylesheet or?


    Robkk
    Moderator

    @robkk

    you put custom css into anything that can handle custom css

    in your child themes css stylesheet
    the jetpack plugin module custom css
    a standalone custom css plugin


    AdventureRidingNZ
    Participant

    @adventureridingnz

    I’m having the same issue as the OP. I’m running a child theme of Twenty Twelve, with CSS customisation to give an opaque background and a different layout to the footer.

    I’ll try Robkk’s reccommendation n my child theme CSS and see what happens.


    foresme
    Participant

    @foresme

    Hello!

    I am having the same problem. I tried Robkk’s CSS suggestion with no luck.

    Anyone else have any ideas!?

    Thank you!


    Robkk
    Moderator

    @robkk

    @foresme

    try this.

    if it doesnt work reply back

    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
    margin-bottom:10px;
    }

    foresme
    Participant

    @foresme

    Hi Robkk,

    No luck 🙁

    Thank you for your ideas!


    Robkk
    Moderator

    @robkk

    @foresme

    give a link to a bbPress post on your site that should have paragraph spacing.


    foresme
    Participant

    @foresme

    Managed to fix the problem. Some old CSS was causing it. Thanks @robkk. 🙂


    Yolle
    Participant

    @yolle

    I have the exact same problem.
    Has anybody found a working solution?
    I tried this code :

    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
    margin-bottom:10px;

    but it doesn’t work.
    Thanks


    Robkk
    Moderator

    @robkk

    @yolle

    try adding !important to the end.

    like this

    #bbpress-forums .bbp-topic-content p,
    #bbpress-forums .bbp-reply-content p {
    margin-bottom:10px!important;

    if it still doesnt work post a link to a topic or reply post that should have line breaks.


    Yolle
    Participant

    @yolle

    Hi!

    Thank you for the quick reply. It still does not work. I hope I am applying the correction right – I put the code into bbpress.css and then disabled my CDN and caching so it wouldn’t interfere.

    The link to one of the posts is: http://www.lolabuland.com/forums/topic/madde-lucy-bc-6-month-sweden-participant/#post-24022 (post 24022). The forum is for subscribed users only however. Can you please let me know your email so I can send you the login info? Thanks.


    Robkk
    Moderator

    @robkk

    @yolle

    send me the login details to robkk17 (at) gmail (dot) com

Viewing 13 replies - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.
Skip to toolbar