![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hey there. I'm editing a layout for an rp comm, and I'm having comment issues. I have two questions.
1: How do you reduce the width of the comment boxes? They're kind of big and gangly at the moment-I know DW is just kind of big and gangly with comment boxes to begin with, but there's got to be a way to make them skinnier.
2: What's the code for changing the link/reply/thread links? I want to make them smaller, but I don't have any luck so far.
For reference, the layout can be seen here and the style sheet is blanket. Any/all help would be appreciated!
1: How do you reduce the width of the comment boxes? They're kind of big and gangly at the moment-I know DW is just kind of big and gangly with comment boxes to begin with, but there's got to be a way to make them skinnier.
2: What's the code for changing the link/reply/thread links? I want to make them smaller, but I don't have any luck so far.
For reference, the layout can be seen here and the style sheet is blanket. Any/all help would be appreciated!
Tags:
no subject
Date: 2012-04-05 10:08 am (UTC)#comments {
margin-right: 10%;
margin-left: 15%; }
2. For the link/reply/thread links, use the classes
.comment-management-links
(for Edit, Delete, Screen, etc) and.comment-interaction-links
(for Link, Reply, Thread, etc).Hope that was helpful!