• Resolved john_graver

    (@john_graver)


    Hi Nobita,

    On my blog I have switched the threaded comment on (up to 5th level). However, the comments still appear unindented (no thread, just a flat tree). Do I have to change anything in the template settings?

    regards, john

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

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

    (@nobita)

    Hi @john_graver

    Please add the following styles

    Customize / Additional CSS

    
    .commentlist .depth-2{
    	padding-left:1.5em;
    }
    .commentlist .depth-3{
    	padding-left:3em;
    }
    .commentlist .depth-4{
    	padding-left:4.5em;
    }
    .commentlist .depth-5{
    	padding-left:6em;
    }
    

    Thank you.

    Thread Starter john_graver

    (@john_graver)

    Hi Nobita,

    Thanks – it works.

    br/
    John

    Theme Author nobita

    (@nobita)

    Hi @john_graver

    Sorry,

    This problem occurred because the theme did not support thread comment styles.

    This problem will fixed in Raindrops 1.514.

    Thank you.

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