Untitled

 avatar
unknown
plain_text
a year ago
396 B
4
Indexable
.single-post .site-main { max-width: 100%; !important }
.single-post .c-sidebar { display: none; }
@media screen and (min-width: 1024px) {
    body.single-sidebar .site-main {
        max-width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    body.no-sidebar .site-main {
        max-width: 100%;
    }
    body.single-sidebar .site-main {
        max-width: 100%;
    }
}
Editor is loading...
Leave a Comment