Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #57680
    @r-padurea

    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.

    Answers

    #57823

    Anonymous
    @

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Wider Sidebar’ is closed to new replies.