Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] How can i reduce this space

5 Posts
2 Users
0 Reactions
1,634 Views
Posts: 3
Topic starter
(@umitgul)
Active Member
Joined: 6 years ago

Hello, I started using your forum plugin wpforo. First of all I must say that I found it very successful. One issue I couldn't solve, I couldn't shrink the space I shared below. Especially in mobile use, there is even more space available.

Best regards.

 

Topic Tags
4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @umitgul,

This is a small CSS conflict with the active theme. Please leave your forum URL to allow us to check it and provide CSS solution for you. 

Posts: 3
Topic starter
(@umitgul)
Active Member
Joined: 6 years ago

My forum url: https://sizvebiz.blog/forum

template name: Boombox

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

Support Team
Posts: 5483

Hi @umitgul,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again:

.container.main-container {
margin-top: 0 !important;
}

Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

(@umitgul)
Joined: 6 years ago

Active Member
Posts: 3

Thank you so much. It was exactly what I wanted.