Use full width layout when there’s no sidebar
This commit is contained in:
parent
ff6cc41087
commit
100081feee
8 changed files with 40 additions and 0 deletions
|
@ -23,3 +23,12 @@
|
|||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.no-sidebar .content-area {
|
||||
float: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.no-sidebar .site-main {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue