comment author comment on same line
-
I can’t seem to figure out how to get my comments area to look something like this:
author’s name: their comment
instead the author’s name is on one line, comment on the next… here is the tags I hve in my functions below that is the css for each class
<div class="comment-author"><?php comment_author(); ?>: </div><div class="comment-text"><?php comment_text(); ?>
‘
.comment-author {
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
font-size: 16px;
color: #231f20;
line-height: 21px;
font-weight: 700;
text-transform: lowercase;}
.comment-text {
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #231f20;
line-height: 21px;
font-weight: 300;
‘
- The topic ‘comment author comment on same line’ is closed to new replies.