BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Paragraph Spacing Issue
- This topic has 6 replies, 2 contibutors, and was last updated 10 years, 2 months ago by Alyssa.
Question
September 21, 2014 at 2:26 am #31849@jgwolfensbergerHi,
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
September 21, 2014 at 2:27 am #31852@jgwolfensbergerP.S. I imagine I could send you the plug-in in the interest of troubleshooting.
September 21, 2014 at 6:22 pm #31867@alyssa-buddyboss
AlyssaParticipant@jgwolfensberger can you send me a link to your live page?
September 21, 2014 at 6:47 pm #31873@jgwolfensbergerTJ, I’m going to send you a private message with login info.
September 22, 2014 at 8:08 am #31886@alyssa-buddyboss
AlyssaParticipant@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.
September 22, 2014 at 10:01 am #31894@jgwolfensbergerTJ, you’re right… using the paragraph formatting did the trick! All good now.
September 22, 2014 at 10:54 am #31899@alyssa-buddyboss
AlyssaParticipantGreat news!
- The question ‘Paragraph Spacing Issue’ is closed to new replies.