Skip to content

Instantly share code, notes, and snippets.

@MuseMetrics
Created January 24, 2016 22:06
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 MuseMetrics/5e5bd127ec0f56bc12c9 to your computer and use it in GitHub Desktop.
Save MuseMetrics/5e5bd127ec0f56bc12c9 to your computer and use it in GitHub Desktop.
(Genesis WordPress) Header Right Widget Area
/*
Header Widget Area floated right 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: right;
text-align: right;
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