Try adding this to your extra css:
@media screen and (min-width: 896px) {
body:not(.no-sidebar) .content-area {
width: 100%;
}
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
It works for me. And it does not change the theme files. However, I am not sure if this would be the “right” way.
-
This reply was modified 9 years ago by bdbrown.