With the new layout and updates, we have access to some easy and exciting new things. I'm doing a series of design pages with code snippets on how to do them that I will link off from this page. The expectation is that the user have a rudimentary knowledge of the wiki versions of things.

The Design How-To Pages

Important Side Bar Override Changes

New Side Bar CSS Override

[[module CSS]]
nav.side-bar-wrap {
    display: none;
}
.col-md-9 {
    width: 100%;
}
[[/module]]

For comparison, how it USED to be was like this:

[[module CSS]]
#side-bar {display: none;}
#main-content {
    width: 100%;
    border: none;
}
#page-content {
    width: 97%;
}
[[/module]]