Hello @dev1408,
You can change sidebar width by adjusting left content width i.e
.row-fluid .span8 {
width: 65.812%;
}
and sidebar width.
.row-fluid .span4 {
width: 31.6239%;
}
You have to adjust both accordingly.
Regards
Well, all I edit in the file “style.css” ? I did not find row-fluid .span8. I apologize for my English.Hi from Russia
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