There is a layout issue in the "display" of list items, and the follow-on paragraph.
Add a numbered list:
- A
- B
- C
Setup a new paragraph like this. In the editor - it is properly spaced with a blank line after the list. In the display, it does not leave the blank line.
It does it here too - leaves no "space" after the list.
Hi @dlinstedt,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in the Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache.
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content ol,
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-conten ul,
#wpforo #wpforo-wrap .wpforo-revision-body ol,
#wpforo #wpforo-wrap .wpforo-revision-body ul{
margin-bottom: 12px;
}
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
Thank you! This worked perfectly!!