Skip to content

Instantly share code, notes, and snippets.

@cjkoepke
Created November 15, 2015 22:26
Show Gist options
  • Save cjkoepke/d2a5e21af98a9e833f90 to your computer and use it in GitHub Desktop.
Save cjkoepke/d2a5e21af98a9e833f90 to your computer and use it in GitHub Desktop.
Adjust site structure and container to accommodate for an 80px wide left sidebar menu.
/* Container
--------------------------------------------- */
.site-container {
margin-left: 80px; /* Compensate for 80px side nav */
}
.site-inner,
.wrap {
max-width: 1120px; /* Compensate for 80px side nav */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment