Viewing 3 replies - 1 through 3 (of 3 total)
  • also experiencing the same problem any help would be great

    The #social .social-comment-body class includes width: 100%. It appears that something in your theme is making the comment are think it is wider than it is.

    Thread Starter ScottVann

    (@scottvann)

    Based on the following direction from the StudioPress forum mine is now working.

    Change width from 100% to auto…that fixes the paragraph problem.

    #social .social-comment-body {
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    }

    I went into the widge comment.css file I found the occurence twice where it said width: 100% and changed it to width: auto.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Social] Comments Not Wrapping’ is closed to new replies.