Notifications
Clear all

Style [Closed] How to resize the forum cover image

4 Posts
2 Users
1 Reactions
839 Views
Posts: 16
Topic starter
(@systemcrack)
Eminent Member
Joined: 2 years ago

Hi guys, although the latest update has changed all the graphics work done on the board, I like it! Good guys! But now I can't resize the forum cover image that is cut and only a part of it is shown.

Which css element should I call up to edit the images?

Or what size should the image have so that the height is not reduced?

Theme in use: Reign

3 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @systemcrack,

Please leave your forum URL I don't see what is the issue.

Posts: 16
Topic starter
(@systemcrack)
Eminent Member
Joined: 2 years ago

Hi Robert, I updated my profile by adding the site. It didn't seem nice to link here.

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@systemcrack,

1. Please add padding to your forum using the following css code:

#wpforo #wpforo-wrap {padding: 2%!important;}

 

2. Please add descriptions to your forums, it looks empty when you use the Simplified Forum layout. So insert forum descriptions or change the layout to the Threaded one.

 

3. I'm not sure that I got you correct, but this CSS code will resize the forum cover images:

#wpforo #wpforo-wrap .wpforo-category{background-size: contain !important; background-repeat: no-repeat;}

 

All CSS Codes should be inserted in wpForo > Settings > Colors & Styles > Custom CSS Code textarea. Then delete all caches.