Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Thank you andrewf12,
    that’s vertical alignment issue, please navigate to wpDiscuz Settings > Styling Tab and put this CSS code in “Custom CSS Code” textarea:

    #wpcomm .wc-field-comment .wc-field-textarea textarea{
    vertical-align: baseline;
    }
    Thread Starter andrewf12

    (@andrewf12)

    Hey,

    I tried putting in the code, but that little white rectangular bar in the comment input box is still there ??

    I’m not sure what I’m doing wrong

    Plugin Author gVectors Team

    (@gvectors-team)

    I don’t see it. You did something wrong or you have a hard cache on front-end. The code I’ve give you doesn’t exist on front. Please delete all cache and make sure you’ve saved the code.

    Thread Starter andrewf12

    (@andrewf12)

    Sorry, I removed it while I was trying to help figure it out. I put it back, and it still shows ??

    I tried testing it on my phone (not connected to Wi-Fi) and no luck

    Plugin Author gVectors Team

    (@gvectors-team)

    Then, remove the old one and try with “top” value:

    #wpcomm .wc-field-comment .wc-field-textarea textarea{
    vertical-align: top;
    }
    Thread Starter andrewf12

    (@andrewf12)

    Awesome! You’re amazing!

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White Space in Comment Box Won't Go Away’ is closed to new replies.