Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @li-an

    I can provide you with a little bit of CSS to solve this, but the ultimate solution would be to get in touch with the plugin’s author, because they’re injecting their elements forcefully, in the wrong place, inside the DOM.

    .comment-form {
        display: block !important;
    }
    .comment-form-field-textarea, .comment-form-cookies-consent {
        margin-bottom: 20px;
    }

    Thanks.

    Thread Starter Li-An

    (@li-an)

    Thanks for your quick answer. I did contact the plugin’s author – and forgot to tell here. Your css works fine. Your theme is great, too bad the pro version is too expensive for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘little css problem’ is closed to new replies.