Notifications
Clear all

[Closed] Switch sides of Forum Sidebar

2 Posts
2 Users
0 Reactions
592 Views
Posts: 12
Topic starter
(@yourbestlifeco)
Eminent Member
Joined: 4 years ago

Is there a way to have the Forum Sidebar be on the left side rather than the right?

1 Reply
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@yourbestlifeco

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)