Hello,
I'm having a bit of a problem. Since I wanted to customize comments more than standard CSS allows, I had to use the functions.php to call for differently set up comments. I required the comment text to be first, contained in a speech bubble, with the author name and date underneath the bubble. This required the comment-text php calls to be in a separate div from the comment author and date calls.
See: comments image (I added div markers etc)
However, I ran into a problem, I actually want to style the speech boxes differently if they're made by an admin. Normally, you would do this using the "li.comment-author-admin" styling, however, this'll apply to the whole comment "box", so to speak, and not just the div containing the speech text which is styled a speech bubble. As a result, the speech bubble isn't styled differently, but the space around it is.
I was wondering how can I add a "li.comment-author-admin" command to my custom div that I use to create my speech bubble?
You can take a look at the actual code here, if it helps: