Sep 21, 2016 9:53 pm
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
Sep 21, 2016 9:59 pm
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;}
}
Jan 26, 2017 8:07 am
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.
Jan 28, 2017 10:47 am
I'm sorry I didn't follow you. Please leave some screenshot or explain it bit more.