Notifications
Clear all

wpForo 1.x.x [Closed] Extend to width of the forum to the width of the window

4 Posts
2 Users
0 Likes
683 Views
Posts: 3
Topic starter
(@patlib)
Active Member
Joined: 3 years ago

Hi, I would like the forum to be as large as the page.

I found this post here, unfortunately it does not work for me. Thank you for your help. :

@fredrikwordpress

Dashboard > Forums > Settings > Style Tab > Custom CSS Code

add this Code

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img, #wpforo #wpforo-wrap .wpforo-revision-body img {
max-height: 100% !important;
}
3 Replies
Posts: 3
Topic starter
(@patlib)
Active Member
Joined: 3 years ago

... even after replacing "height" with "width"

Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 years ago

@patlib

the code above is for the images only, not the width of the forum

leave a url to your forum
or try a page template made for full width

 

1 Reply
(@patlib)
Joined: 3 years ago

Active Member
Posts: 3

@tutrix

Thank you. I try a template first and come back here if I can’t find a solution.