Hi minnal_guy2002
Thanks for writing in,
Firstly the width of your content boxes is not accurate by default which should be as 100% because it is a separate area then main area which contains sidebar. You should insert the following code into your customizer to eliminate extra spacing right next to the content boxes. you can add following code under Appearance > Theme Options > Custom CSS:
.home-content-boxes {
width: 100%;
}
And to change the size of side bar you and insert this code to the custom Css:
#wrapper .scrollercontent {
text-align: justify;
font-size: 12px;
}
Hope this helps!
Thanks.