Hi,
I found this code in CSS:
#wpbody-content {
float: left;
overflow: visible !important;
padding-bottom: 65px;
width: 100%;
}
.inner-sidebar {
clear: right;
display: none;
float: right;
position: relative;
width: 281px;
}
.columns-2 .inner-sidebar {
display: block;
margin-right: auto;
width: 286px;
}
.columns-2 .inner-sidebar #side-sortables, .inner-sidebar #side-sortables {
min-height: 300px;
padding: 0;
width: 280px;
}
.has-right-sidebar .inner-sidebar {
display: block;
}
.has-right-sidebar #post-body {
clear: left;
float: left;
margin-right: -2000px;
width: 100%;
}
.has-right-sidebar #post-body-content {
float: none;
margin-right: 300px;
width: auto;
I changed the inner-sidebar width to 300 px and columns2 to 300 px in Jetpack CSS customizer, but nothing happened. Well this theme is not my current theme, but I want to change some little things.
Thanks for the help btw.