Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Christian,

    I hope you are well today and thank you for your question.

    Those related posts are displayed by Jetpack plugin https://jetpack.com/support/related-posts/ and you can customise it as described on this page https://jetpack.com/support/related-posts/customize-related-posts/

    Best regards,
    Vinod Dalvi

    Thread Starter Travelographer

    (@travelographer)

    Thank you Vinod Dalvi for your fast response!

    I will have a look on the posted links.

    There is something else, I don’t get .. Do you know how to change the list-depth of the replies in the comment section? For example that every response on a comment is on depth 2.

    Thank you in advance
    Christian

    There is something else, I don’t get .. Do you know how to change the list-depth of the replies in the comment section? For example that every response on a comment is on depth 2.

    I am not sure what you are trying to achieve here so could you please share the screenshot of it?

    Do you want to display all comment replies having same margin as comment on depth 2?

    Thread Starter Travelographer

    (@travelographer)

    Do you want to display all comment replies having same margin as comment on depth 2?

    Exactly

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

    .comment-list .children {
        padding-left: 0;
        border-left: 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fullwidth Related Post Size’ is closed to new replies.