AI Search
Classic Search
Notifications
Clear all
Sep 22, 2016 1:53 am
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 22, 2016 1:59 am
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 12:07 pm
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 2:47 pm
I'm sorry I didn't follow you. Please leave some screenshot or explain it bit more.