Jan 07, 2020 4:18 pm
Hi there, unfortunately I have a problem with the display of the last sent posts. Since I redesigned the design of my website, the error has only occurred since then. What can I do about it now?
Best regards,
Bastbra
7 Replies
Jan 07, 2020 6:53 pm
Press f12 of your browser, you have several errors. Possibly from your rocket caching optimization.
Jan 07, 2020 9:02 pm
I don't cache or optimize this site, only the pictures. I already deactivated this, but it doesn't work.
Jan 08, 2020 5:42 pm
Hi @bastbra,
Try this CSS code, it should fix the problem
#wpforo #wpforo-wrap .wpforo-recent-wrap table{display: block;}
Don't forget delete all caches and press ctrl+f5 on forum front-end before checking the result.
Jan 08, 2020 7:42 pm
Yep, it works. Thanks!