Notifications
Clear all

wpForo 1.x.x [Solved] Change height of Forum Category Topic wrap box

3 Posts
2 Users
1 Reactions
1,044 Views
WiYa3D
Posts: 31
Topic starter
(@wiya3d)
Trusted Member
Joined: 4 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: 1357
(@tutrix)
Noble Member
Joined: 4 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: 4 years ago

Trusted Member
Posts: 31

@tutrix 

Great thank you