Notifications
Clear all

wpForo 1.x.x [Closed] Unable to set the width

4 Posts
3 Users
0 Reactions
2,099 Views
Posts: 1
Topic starter
(@aaron)
New Member
Joined: 8 years ago

Hi,

I've been searching on your forum for a way to set the width using the code below. I have tried entering this on the Style tab within the plugins settings as well as inside my stylesheet. Unfortunately this does not work for me. Any tips on how I can fix this issue?

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

Make sure you've deleted all caches and purged CDN(if you have). Also do CTRL+F5 on forum page to load updated CSS files. If it doesn't help add !important statement:

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

 

Posts: 9
(@blindzero)
Active Member
Joined: 8 years ago

Hello Robert,

the !important was really important for my theme (Rookie), too.
Unfortunately the statistics and footer bar is not regarding these settings?

Could you tell us these settings as well?

Thanks!

M.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

I'm sorry I didn't follow you. Please leave some screenshot or explain it bit more.