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 [Closed] Extend to width of the forum to the width of the window

4 Posts
2 Users
0 Reactions
890 Views
Posts: 3
Topic starter
(@patlib)
Active Member
Joined: 4 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: 4 years ago

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

Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 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: 4 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.