What css code would I need to use in the new 7.x version to make my comment input boxes taller for entering a comment?
The old code for 5.x was
#wpcomm .wc-field-comment textarea, #wpcomm .wc-comment .wc-comment-right textarea{min-height: 90px !important;}
This no longer works in 7.x since the css layout has changed. I tried to figure it out but cant seem to do so.
Thanks
Thanks
Aloha I noticed the solution doesn't work on pages without formatting capacity in the comment box
like this one
it's odd because I have it set not to show the format functions in the mobile. But sometimes it does and sometimes it doesn't. But when it doesn't have the format functions then the solution you gave me doesn't work. So there is something strange going on with that. I hope that made sense
If the rich editor is disabled you should use this code as well:
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea {
height: 89px !important;
}
But sometimes it does and sometimes it doesn't. But when it doesn't have the format functions then the solution you gave me doesn't work. So there is something strange going on with that. I hope that made sense
This may be a caching issue. Please delete all caches (website, browser) before checking.
Also, please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.