Skip to content

Instantly share code, notes, and snippets.

@samonja
Created June 28, 2017 13:13
Show Gist options
  • Save samonja/cfb3163ff788eff4afb60f9773900e23 to your computer and use it in GitHub Desktop.
Save samonja/cfb3163ff788eff4afb60f9773900e23 to your computer and use it in GitHub Desktop.
Add an Author Info Box in WordPress Posts CSS
.author_bio_section{
background: none repeat scroll 0 0 #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}
.author_name{
font-size:16px;
font-weight: bold;
}
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment