css中有两段代码:
.has-sidebar #secondary {
float: right;
padding-top: 0;
width: 36%; //change this to change the sidebar width
}
.has-sidebar:not(.error404) #primary {
float: left;
width: 58%; //counter the changes above with this code (increase this if you decrease the sidebar etc..
}
如果您希望更改内容的总宽度,以便边栏完全向右移动,而不是通过更改此代码来增加总包裹宽度:
.wrap {
max-width: 1000px; // increase this number to increase the width of your site.
padding-left: 3em;
padding-right: 3em;
}
当然,这些更改可以通过将其添加到您的样式中来实现。子主题的css