Hi @dev1408
Note : – If you change sidebar width then lose your website responsiveness on mobile device.
you can change sidebar width kindly use below code in custom css filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css >> custom css snippet )
For Left Content width
.row-fluid .span8 {
width: 52.811966%;
}
For sidebar width
.row-fluid .span4 {
width: 44.623932%;
}
any confusion let me know
Thanks