Skip to content

Instantly share code, notes, and snippets.

@ohdesigner
Created April 5, 2016 12:35
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 ohdesigner/bcc79832d94fd5246832459c5f624255 to your computer and use it in GitHub Desktop.
Save ohdesigner/bcc79832d94fd5246832459c5f624255 to your computer and use it in GitHub Desktop.
WordPress Genesis Add Author Biography CSS http://www.ohdesigner.com/add-about-the-author-wordpress-genesis/
.about {
background-color: #e5e5e5;
border-bottom: 1px solid #eee;
padding: 30px;
padding: 3rem;
text-align: center;
}
.postauthor {
margin: 30px 0 50px;
margin: 3rem 0 5rem;
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #e1e1e0;
overflow: hidden;
padding: 20px 20px 0 20px;
padding: 2rem 2rem 0 2rem;
}
.postauthor img {
border: 5px solid #e2dede;
float: left;
margin-right: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment