Comments author, metadata and reply

How can I put the comment author, metadata (date) and reply link on the same line beneath the actual comment?

See attached example.

Hi @tjuel,

I hope you are well today and thank you for your question.

You can try achieving this by using the attached custom child theme of Sparkling theme that contains some custom code.

Best Regards,
Movin

Hi Monin,

Thanks, it works like a charm.
The only thing that needs fixing is that currently the “reply” link is a button, but I want it to be a text link. How can I manage this? I have tried to change the style of .comment-reply-link but it’s still a button.

Could you please share me the page URL from your site where it is displaying so that i can help you to change it to link instead of button?

Hi Movin,

Here is a link to an example post with comments: http://www.test.bageglad.dk/amerikansk-apple-pie/

Thanks for the help.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#page a.comment-reply-link.btn {
    padding: 0 !important;
    background: transparent;
    margin-top: 20px !important;
    margin-left: 10px;
}