Last active
September 15, 2016 08:10
-
-
Save frankschrijvers/b458c0238321bd09caa0d59923cfa2ec to your computer and use it in GitHub Desktop.
Styling sidebars Whitespace Pro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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