Hi,
I have my forums at https://malayali.ca/forums/ and I would like to put some space/margin after the preceding forum's last thread title and the header of the next forum https://share.getcloudapp.com/BluNO1zW . I wish there was a spacer available in the page where we order the forums like an elementor spacer element.
Would appreciate any help.
Jimmy
Hi @jimmy-george.
Please navigate to Dashboard >Forums > Settings >Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:
#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{
padding: 4px 0 30px 0 !important;
}
The red marked value can be changed.
Please don't forget to delete all caches and press CTRL + F5(twice) on the frontend before checking.
Hi @alvina,
Thanks a lot for providing me with the code and it worked like a charm!. Now the forums main page looks a lot less tightly stacked. Thank you again
Jimmy