Notifications
Clear all

[Solved] White space in posts since WPforo update

7 Posts
4 Users
2 Reactions
4,158 Views
Posts: 136
Topic starter
(@cmw14)
Estimable Member
Joined: 9 years ago

As per the title, since updating I have this annoying blank space on every post. Yet when you edit the post the white space is not there, very odd.

I've not added any new plugins to my site for months. Any advice?

1975 Nordmende Color Triabolo Telecomfort 5001; Model 6.511; FFS Chassis FCI-25T – Page 10 – Television – VRAT Forum

 


6 Replies
Posts: 1219
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Add this to custom CSS:

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions

Specificity: (2,4,0)

 {

padding-top: 0px;

 
That may fix it

Posts: 136
Topic starter
(@cmw14)
Estimable Member
Joined: 9 years ago

Sadly that did not work, thanks I appreciate someone at least trying to help.


3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5523

@cmw14 

Try this one: 

br[style="margin: 0; padding:0; width:0; height: 0; clear: both"] {
    display: none;
}

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1219

@sofy Yes this worked for me too, definitely something changed after the update


RealAct
(@realact)
Joined: 7 years ago

Reputable Member
Posts: 239

@sofy Thanks, that fixed it for me as well. It would be a good idea if this were fixed in the core, though.


Posts: 136
Topic starter
(@cmw14)
Estimable Member
Joined: 9 years ago

@sofy that did it, thanks for you help.