Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gregod1422

    (@gregod1422)

    Solved: Just added width: 100%; in #social .social-input-row, #social .form-submit in comments.css

    /* Input row styles */
    #social .social-input-row,
    #social .form-submit {
    clear: left;
    margin: 0 0 10px;
    overflow: hidden;
    padding-left: 80px;
    position: relative;
    zoom: 1;
    width: 100%;
    }

    Appreciate your fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments fill form is using half the size it is supposed to use’ is closed to new replies.