• Resolved vintaege

    (@vintaege)


    As the title says, the comment author’s username overlaps with their comment. Of course, it’s not always–only when the username is exceptionally long. For example: https://prnt.sc/huzgf0

    I’ve already tried reducing the comment author font size down to 12px, but it doesn’t solve the problem all the way.

    Edit: It only appears on tablet, I think.

    • This topic was modified 6 years, 3 months ago by vintaege.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    @vintaege – Can you please send us a direct link to the post where the author name is overlapping with the comment text?

    Thread Starter vintaege

    (@vintaege)

    Yep! Here.

    Hi @vintaege,

    You can try to add this css to Appearance → Customize → Additional CSS:

    .comment-body > .comment-meta {
        width: 25%;
    }
    
    .comment-body > .reply, .comment-body > .comment-content {
        margin-left: 25%;
    }

    Please adjust the number as you wish.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment author overlaps with comments’ is closed to new replies.