- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Wider Sidebar’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Wider Sidebar
Hi is there a way to make right sidebar wider? I use recently active members widget in boxed style and it looks to narrow. Only 2 columns of avatars and lots of space to the end of the screen.
Thank you.
Hi @r-padurea, You can reduce the width of the content section and increase the sidebar.
.site-content {
width: 60% !important;
}
.widget-area {
width: 40% !important;
}
Regards