Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #738854

    Hi.

    I had post comments adjustments problems in mobile devices.
    You help me on this with this issue https://kriesi.at/support/topic/post-comments-2/

    But now they look misaligned in desktop devices: responses are more to the left than main comments; please check link in private content.

    Thank you in advance.

    #738857

    Hi!

    Please add following code to Quick CSS

    @media only screen and (min-width: 1024px) {
    .comment_content {
        margin: 0 0 0 20px;
    }}

    Cheers!
    Yigit

    #738938

    Thank you but I need responses are more to the right than main comments.
    Now are completely aligned.

    Thank you.

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