Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DalavanCloud/251c79828c3ca418a70b511f45d241a4 to your computer and use it in GitHub Desktop.
Save DalavanCloud/251c79828c3ca418a70b511f45d241a4 to your computer and use it in GitHub Desktop.
CSS snippet to position the Genesis Title Area right and the Header Widget Area left.
.title-area {
float: right;
}
.site-header .widget-area {
float: left;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment