Dec 10, 2018 3:34 pm
Tell me please, how I can change width of sidebar on Forum page.
2 Replies
Dec 11, 2018 8:14 am
HiΒ Β Fintish,
If you want to wpForo sidebar width you can use the following CSS code. Just put it in Dashboard > Forums > Settings > Styles > βCustom CSS Codeβ textarea, the save it, delete all caches and do Ctrl+F5 on front end to load new CSS code:
@media screen and (min-width:601px) { #wpforo #wpforo-wrap .wpforo-right-sidebar{width:24%;} }
Dec 11, 2018 8:39 am
Hope it's working now