Jul 18, 2020 6:17 pm
Is there a way to have the Forum Sidebar be on the left side rather than the right?
1 Reply
Jul 18, 2020 7:46 pm
add this to custom css
#wpforo #wpforo-wrap .wpforo-right-sidebar {
float: left;
}
#wpforo #wpforo-wrap .wpforo-content {
float: right;
}
Dashboard > Forums > Settings > Style (custom css)