ex_cherrybomb869: (Default)
k ([personal profile] ex_cherrybomb869) wrote in [community profile] style_system2012-04-05 12:55 am
Entry tags:

(no subject)

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!

[personal profile] ex_awakened208 2012-04-05 10:08 am (UTC)(link)
1. You can use this code to make the comments as wide as your entry boxes, if that's what you're looking for:
#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!