Comment data overlapping

  • Unknown's avatar

    Hi there,

    I love everything about this theme except the comments section. I have comments threaded to the 4th level and I’m finding that the timestamp, reply, edit and like overlap, particularly if someone has liked a comment, like so:

    I’d like to keep comments threaded to the 4th level since I have a lot of back and forth conversations. Is there a way to decrease the indent, or wrap or move some of those items to a new line, e.g. reply and like? Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey,

    If you have the Custom Design upgrade, you can change that by adding some CSS under Appearance » Customize » CSS, like this:

    li.comment .children li {
        padding-left: 0;
    }

    Let me know how it works.

    Best,
    George

  • The topic ‘Comment data overlapping’ is closed to new replies.