Before implementing main sidebar, please check the width of its parent. In this case I have used bootstrap's col class as col-md-2
as
a class of this main sidebar's parent div.
Code snippet :
#main_sidebar {
height: 100%;
transition: all 300ms ease;
overflow-x: hidden;
z-index: 1;
box-shadow: 0px 0px 10px #333;
width: inherit;
position: fixed;
}