Skip to content

Instantly share code, notes, and snippets.

@MuseMetrics
Last active January 24, 2016 22:04
Show Gist options
  • Save MuseMetrics/01fd05cc0e2cd66f2354 to your computer and use it in GitHub Desktop.
Save MuseMetrics/01fd05cc0e2cd66f2354 to your computer and use it in GitHub Desktop.
(Genesis WordPress) Header Left Widget Area
/*
Header Widget Area floated left from Site-Title. This
area would include the Simple Social Icons and the
Primary Nav Menu. Spanning above, could be the
secondary menu featuring store links.
*/
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
float: left;
text-align: left;
width: 700px;
}
@media only screen and (max-width: 1200px) {
.content,
.site-header .widget-area {
width: 620px;
}
.sidebar-primary,
.title-area {
width: 300px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment