Notifications
Clear all

wpForo 1.x.x [Solved] How To Increase Space Between Preceding Forum And Next Forum Header

3 Posts
2 Users
0 Reactions
1,183 Views
Posts: 39
Topic starter
(@jimmy-george)
Trusted Member
Joined: 5 years ago

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

Topic Tags
2 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

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.

Posts: 39
Topic starter
(@jimmy-george)
Trusted Member
Joined: 5 years ago

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