BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Paragraph Spacing Issue

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

    #31849
    @jgwolfensberger

    Hi,

    I have a plug-in called Q&A by WPMUDev that renders paragraph spacing properly in the Twenty Fourteen theme as shown in one of the attached images.

    In BuddyBoss, there is no paragraph spacing, as shown in the other image.

    I’m able to control some formatting with this CSS, but I tried a margin-bottom setting and that just adds space to the very bottom of the text area.

    #question-body, .answer-body {
    font-size: 14px;
    line-height: 125%;
    }

    Any ideas?

    Answers

    #31852
    @jgwolfensberger

    P.S. I imagine I could send you the plug-in in the interest of troubleshooting.

    #31867

    Alyssa
    Participant
    @alyssa-buddyboss

    @jgwolfensberger can you send me a link to your live page?

    #31873
    @jgwolfensberger

    TJ, I’m going to send you a private message with login info.

    #31886

    Alyssa
    Participant
    @alyssa-buddyboss

    @jgwolfensberger try this instead: `#question-body p {
    margin-bottom: 14px;
    }`

    For some reason this plugin has no css. This is a wordpress page that appears to not have any css at all except for defaults. So everything is set to 0 or default causing the issue. I’ll check with our developers if this is something we need to control.

    #31894
    @jgwolfensberger

    TJ, you’re right… using the paragraph formatting did the trick! All good now.

    #31899

    Alyssa
    Participant
    @alyssa-buddyboss

    Great news!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Paragraph Spacing Issue’ is closed to new replies.