Notifications
Clear all

wpForo 1.x.x [Solved] forum width

6 Posts
3 Users
2 Reactions
2,578 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago

Good night, I would like a code to make the forum wider. just as the image below shows

Topic Tags
5 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @neygo,

Your forum URL please.

2 Replies
(@neygo)
Joined: 4 years ago

Trusted Member
Posts: 34
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@neygo

add this to custom css

#content-main .page-internal #post-2206 .content {
    padding: 0;
}

and remove the width:108%; in your custom css

#wpforo #wpforo-wrap {
    font-size:13px;
    width:108%;
    padding:0px;
    margin:0px
}
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago
It worked on the forums, but on the topics it didn't work
1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@neygo

also add this code

#content-main .page-internal #post-1535 .content {
    padding: 0;
}