Viewing 1 replies (of 1 total)
  • Thread Starter schooloflifesuccess

    (@schooloflifesuccess)

    Yeah I figured out how to repair the problem and show the comments the right way:

    Go to style.css rule 2031 and change:

    .comment-content {
    display: flex;
    }

    To

    .comment-content {
    display: inline-block;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Comments dont allow enter-spaces. Whats wrong?’ is closed to new replies.