Notifications
Clear all

wpForo 1.x.x [Closed] Formatting issue

3 Posts
2 Users
0 Likes
1,287 Views
Posts: 47
Topic starter
(@dlinstedt)
Trusted Member
Joined: 5 years ago

There is a layout issue in the "display" of list items, and the follow-on paragraph.

Add a numbered list:

  1. A
  2. B
  3. 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
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
Posts: 47
Topic starter
(@dlinstedt)
Trusted Member
Joined: 5 years ago

Thank you!  This worked perfectly!!