• Resolved Anonymous User 17612203

    (@anonymized-17612203)


    Has someone tried to set a min-height for the comment field (not name, e-mail, etc.) in wpDiscuz 7.0.0? Just this single field, not the entire form.

    I have tried many css codes, including this:

    #wpdcom .ql-editor {
         min-height: 100px;
    }

    No success at all. Hope someone can point me in the right direction.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    I see the CSS works fine:

    2020-05-27_1823

    Thread Starter Anonymous User 17612203

    (@anonymized-17612203)

    Meanwhile I got it working on my live site, not just the test site.

    So the solution is based on several things:

    1. Different codes for RHICh and TEXT editor
    2. “!important” needs to be added to both codes
    3. CSS code needs to be placed within the original wordpress field for additional css code, not in the css code field of wpdiscuz

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘min-height comment field’ is closed to new replies.