Skip to content
Public Ticket #20122

Unable to change default 5 level threaded/nested comments

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

No. This code will modify the spacing of each comment thread. You can check by adding this to your site and checking on mobile.

Regards,
PenciDesign.


Lars replied

Customer Reply

Turned out great, many thanks.

Lars replied

Customer Reply

Is this only a cosmetic fix? Ie, it will still not limit the threading to 2 och 3 levels?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 479px) {
    .comments .children,
    .comments>.comment>.comment,
    .comments>.comment>.comment>.comment,
    .comments>.comment>.comment>.comment>.comment,
    .comments>.comment>.comment>.comment>.comment>.comment,
    .comments .children,
    .comments>.comment>.comment {
        margin: 0 0 0 15px;
    }
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please send me a single post URL with this problem, I'll check then send you a quick solution.

Regards,
PenciDesign.


Lars started the conversation

Conversation Start

Threaded comments becomes unreadable at level 4-5 on mobile phones. I've tried changing the maximum level to 2 or 3, even tried turning off threaded comments in Wordpress entirely, but Soledad keeps on displaying and accepting 5 levels of comments. Increasing settings in Wordpress to 5-10 levels of threads doesn't change it either.

It seems to be a feature of Soledad, is this possible to change, and if so, how?

I would like to test 2 or 3 levels of threaded comments.

Want to join this conversation or access attachments? Sign in first.