Hello Everyone,
New to the board here but I have a quick question.
You can see at my site below:
http://www.shawnsitsolutions.com/TestWP
I am working on a theme for a client of mine. They want the "comments" to have the little background that is right above it in the post.
Here is the problem I face. I can't seem to get the "COmment" background that I drew (which is there) to line up under the "Comments" text. I can move the actual text left and right (but not up). And I cant get the actual image to move down any. It stays in place.. I have tried so many different variations.
I need to get them both(image and text) on the right hand side...
I am including my CSS tags for help. I hope someone can help me please:
.commentslink {
background: url(images/comment_bg.jpg) no-repeat ;}
margin-top: 0px;
margin-right: 2px;
margin-bottom: 13px;
margin-left: 75px;
}
.readmore {float:right;padding:0px 0 0 30px;}
.commentslink a {color: #000;text-decoration:none;margin: 0px 0px 0px 25px; }
.commentslink a:hover{color: #000;text-decoration: none;}