Feb 05, 2020 1:50 pm
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.
2 Replies
Feb 05, 2020 4:48 pm
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;
}
Feb 05, 2020 6:37 pm
Thank you! This worked perfectly!!