Hello,
Please add the following code to your theme.
@media screen and (min-width: 980px) {
.content-area {
border-left: solid 1px #ddd;
border-right: none;
float: right;
padding-left: 5.36%;
padding-right: 0;
}
.sidebar-area {
float: left;
}
}
How to remove all sidebars?
If you do not use Sidebar (empty the widget area), the page will be a one-column design automatically.
Tx Takao, I removed/deleted the widgets – now it’s 1 column design. But this design does not use the complete area. How to increase?
In that case, please add the following code to your theme.
However, I don’t recommend this way to maintain readability.
.no-sidebar .content-area {
width: auto;
}
.no-sidebar .post-full-summary .post-thumbnail {
margin-left: 0;
margin-right: 0;
}
.no-sidebar .alignleft {
margin-left: 0;
}
.no-sidebar .alignright {
margin-right: 0;
}
It does not work. And I have some problems to use wordpress. I have to ask my provider.