Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
Created January 25, 2017 04:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cobaltapps/2df81b9cff46b40531457895b867318d to your computer and use it in GitHub Desktop.
Save cobaltapps/2df81b9cff46b40531457895b867318d 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