jeremy_gardiner
Sophomore
Just Getting Started
Member Likes (0)
Can someone help? I don't know why when you click reply it adds numbering and messes up the layout.
Here's a live example: http://www.gospelebooks.net/uncategorized/what-are-you-e-reading-july-2012.html

Responses (4)
Member (joined September 2011) Likes (0)
Hi jeremy_gardiner,
add this
#all-comment-providers li { display: inline; }to your theme's style sheet (styles.css or the style sheet of your child theme if you use one)
That makes it look like the attached screenshot shows ...
Have fun!!!
Inactive (joined February 2012) Likes (0)
Hey Jeremy,
I tried to figure this the last day (when you posted it up here: http://premium.wpmudev.org/forums/topic/where-is-the-reply-button-delete-1#post-236927 ) but couldn't figure it.
I tried what @Emanaku suggested, it works I think. (very hard to test that without the theme). you might have to add an !important to it.
like:
#all-comment-providers li { display: inline !important; }Let us know, Thanks!
Member (joined May 2012) Likes (0)
Fantastic! That worked (I needed the important tag there)
Inactive (joined February 2012) Likes (0)
Happy times! Glad it worked, yayy!
Become a member