Okay
  Public Ticket #2148871
Comments
Closed

Comments

  •  13
    Ramona started the conversation

    Hi,

    The comments feeld is direcly relate to the post, but it is placed after the sidebar, so it comes way down and there is a free space before it.

    Also, on the mobile the problem is more clear. It shows the post, than every item in sidebar and only after that is the comment feeld, that should be right after the post and before the sidebar elements. 

    You can see here: https://experiente-colorate.ro/un-barbat-pe-nume-ove/

  • [deleted] replied

    Hi Ramona,

    Comments section in our theme uses full width container and thats why its separated from sidebar. So in your case this code will solve the problem and put the comments section below the post content:

    add_action( 'init', function() {
        remove_filter( 'kalium_blog_single_after_content', 'kalium_blog_single_post_comments', 10 );
        add_filter( 'kalium_blog_single_post_details', 'kalium_blog_single_post_comments', 70 );
    } );
    

    I tried to add the code in your site but I don't have permissions with the user you have created for me. So please add it in functions.php (end of file).


  •  13
    Ramona replied

    Hi,

    Now, the comment section comes over the elements in sidebar. I upgraded back yout account to administrator.

  • [deleted] replied

    Hi Ramona,

    Add this CSS to Custom CSS and the comments container will show within the container:

    .post-comment-form .container {
        width: 100%;
    }

    Have a nice day!

  •  13
    Ramona replied

    Hello,

    It works now. Thank you very much for your help.

    Best regards,

    Ramona