Skip to content

Instantly share code, notes, and snippets.

@KnightAlex
Last active August 29, 2015 14:05
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 KnightAlex/70a70189cf6dc848935b to your computer and use it in GitHub Desktop.
Save KnightAlex/70a70189cf6dc848935b to your computer and use it in GitHub Desktop.
WordPress - basic comments styling
/* --- comments --- */
.commentlist {
margin-left: 0;
}
#comments {
padding-top: 20px;
}
#comments label {
display: inline-block;
width: 100px;
}
#comments textarea {
height: 120px;
margin-left: 5px;
padding: 5px;
}
.comments-title {
font-size: 20px;
}
#comments #reply-title {
font-size: 16px;
}
#respond {
padding-top: 15px;
}
.commentlist li {
list-style: none;
margin-left: 0;
}
#comments #submit {
text-transform: uppercase;
}
.comment-author {
margin-bottom: 4px;
}
.comment .children {
margin-top: 20px;
}
#respond small {
font-size: smaller;
margin-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment