• Resolved senri

    (@chisatowp)


    I’m sorry for asking again. I just noticed on mobile that the comment replies aren’t indented so I want to ask how it will look like a threaded comment.. I just want to indent it for a bit so it’s easier to understand that it’s a reply. Thank you~

    • This topic was modified 7 years, 6 months ago by senri.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    @media(max-width:768px){
        #comment-list ol {
            margin-left: 20px;
        }
    }

    in the box.
    Let me know if this works

    Thread Starter senri

    (@chisatowp)

    Thank you very much, Fotis!! You saved me again! ??

    Glad I could help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments on mobile’ is closed to new replies.