| Post |
|
Carmen - Guest
8:58 am - March 26, 2009
|
| |
|
I've seen some wordpress blogs where they have a scrollbar for the inline comments so the inline comments don't take up too much space in the main page of the blog. Anyone know how I can configure that?
|
|
|
Aaron - Admin
1:56 pm - March 26, 2009
posts 382 |
| |
|
Post edited 8:56 pm - March 26, 2009 by Aaron
# Go to the comments tab of the AWP admin panel.
# Near the bottom, find the option that says “Tag before/after all comments:”.
# To the beginning of the first textbox add: (leave the
) <div class="scroll">
# To the end of the second textbox add: </div>
# Save the options
# Open your theme’s style.css file
# Add the following: (you may want to tweak styling)
.scroll { border:1px solid #000000; padding:20px; display:block; height:50px; list-style-type:none; overflow:scroll; width:90%;}- Use the following to copy and paste the code.
|
|
|
Carmen - Guest
12:15 pm - March 28, 2009
|
| |
|
It works nicely! Thank you Aaron for the help and detail instruction.
|
|
|
Kim - Guest
7:11 pm - March 29, 2010
|
| |
|
Ever since I upgraded to 2.9 this feature has stopped working. Do you have any updates to this? Thanks a bunch!
|
|