• Resolved vmaxi

    (@vmaxi)


    Hello.

    Replies to comments is not nesting under Original comments on mobile… I’d like to add small offset for comment replies on mobile, so it won’t look like new comment..

    Could you please help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    KIndly share the snapshot and website page URL to check the issue.

    Thread Starter vmaxi

    (@vmaxi)

    Please check how it appears with the links below on mobile and desktop.

    Comments on mobile

    Comments on desktop version

    I just want to make comment replies nested to the original comment..

    Hello,

    Thank you so much for sharing the snapshots of the issue.

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (max-width: 767px){
    #comments ol.children {
        margin-left: 30px;
    }
    }

    PS- You can also change the margin value according to need.

    Thread Starter vmaxi

    (@vmaxi)

    It worked… Thanks Abhishek.

    What if I wanna include the avatar image?

    • This reply was modified 4 years, 8 months ago by vmaxi.

    You are most welcome.

    You can try the below code.

    @media only screen and (max-width: 480px){
    .comment-body img {
        display: block;
    }
    }
    Thread Starter vmaxi

    (@vmaxi)

    Seems too big. Thank you.
    Marked as resolved

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Replies to comments not nesting under Original comment’ is closed to new replies.