Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Last active September 15, 2016 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankschrijvers/b458c0238321bd09caa0d59923cfa2ec to your computer and use it in GitHub Desktop.
Save frankschrijvers/b458c0238321bd09caa0d59923cfa2ec to your computer and use it in GitHub Desktop.
Styling sidebars Whitespace Pro
/* Sidebar
---------------------------------------------------------------------------------------------------- */
.content-sidebar .content,
.sidebar-content .content {
width: 100%;
}
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary {
width: 100%;
}
.content-sidebar .content,
.sidebar-content .content {
border: none;
}
@media only screen and (min-width: 800px) {
.content-sidebar .content,
.sidebar-content .content {
width: 72.09433962264151%;
}
.content-sidebar .content {
border-right: 1px solid #e2e2e2;
float: left;
}
.sidebar-content .content {
border-left: 1px solid #e2e2e2;
float: right;
}
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary {
width: 26.96226441509434%;
padding: 100px 0;
}
.content-sidebar .sidebar-primary {
float: right;
}
.sidebar-content .sidebar-primary{
float: left;
}
.sidebar-primary .widget {
padding: 0 40px
}
.sidebar-primary h4.widgettitle {
color: #222;
font-size: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment