Notifications
Clear all

wpForo 1.x.x [Closed] The Width of Forum ?

8 Posts
4 Users
0 Likes
5,936 Views
Posts: 21
Topic starter
(@pramana)
Eminent Member
Joined: 8 years ago

Hi, I would like to know the width of the forum, I mean how to edit them. 

Here's the example, on my forum when I add WpForo Widgets, the forum reduce its width, but unlike Wpforo.com/community, mine is not wide as this forum is. 

Img1

Img2

how to change the width ? Thanks

7 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

We use this CSS code:

@media screen and (min-width:900px) {
    #wpforo #wpforo-wrap .wpforo-content {width: 74%;}
    #wpforo #wpforo-wrap .wpforo-right-sidebar{width: 23%;}
}

 

Posts: 21
Topic starter
(@pramana)
Eminent Member
Joined: 8 years ago

Where do I edit them ? 

on the Styles tab or edit directly through the wpforo css file ?

which code ?

#wpforo #wpforo-wrap {
   font-size: 13px; width: 100%; margin:0;
}
#wpforo #wpforo-wrap .wpforo-content {
   width: 74%;
}
#wpforo #wpforo-wrap .wpforo-right-sidebar { 
   width: 23%;
}

OR paste below this one (on styles tab)

@media screen and (min-width:900px) {
    #wpforo #wpforo-wrap .wpforo-content {width: 74%;}
    #wpforo #wpforo-wrap .wpforo-right-sidebar{width: 23%;}
}
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Put it in your current active theme style.css file. You can use WordPress Theme editor.

Posts: 1
(@narendrakd)
New Member
Joined: 8 years ago

Hi,

 

I am new to this and i want to design the same forum site currently u guys are running.I don't want to top menu of the site...

can u please tell me which theme is better but i want it for Free theme.

If you can share the link will help us a lot.

Thanks a lot fro creating a such beautiful form.

Is there any way i can change the colour of the theme...can i remoe the top <HOME/Forum Documentation and all> if yes please guide me...is there ay youtube video tutorials for the same.

 

Narendra

 

Page 1 / 2