Best Premium and Free WordPress Themes › Forums › Education Base Pro › width of sidebar › Reply To: width of sidebar
November 8, 2017 at 2:37 pm
#21842
acmethemes
Keymaster
Please add the below CSS codes inside Appearance > Customize > Additional CSS
,
.secondary-sidebar {
width: 23% !important;
}
#primary {
width: 76.5% !important;
}
Hope this helps.
Regards