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] Change height of Forum Category Topic wrap box

3 Posts
2 Users
1 Reactions
1,443 Views
WiYa3D
Posts: 31
Topic starter
(@wiya3d)
Trusted Member
Joined: 5 years ago

Hi,

I want to change the height of the following mark wrap box of forum category topic. Can you help me how to archive that?

 

 

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@rapid3dme

add this to custom css

#wpforo #wpforo-wrap .wpforo-category {
    padding: 7px 12px !important;
}

Dashboard > Forums > Settings > Style (custom css)

replace the 7px with the value you want

1 Reply
WiYa3D
(@wiya3d)
Joined: 5 years ago

Trusted Member
Posts: 31

@tutrix 

Great thank you