The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Changing Comment input box size in 7.x version
(@airayn)
Active Member
Joined: 6 years ago
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
(@asti)
Illustrious Member
Joined: 8 years ago
Hi @airayn,
Please leave some example URL. We'll provide you a CSS solution.
(@airayn)
Active Member
Joined: 6 years ago
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8196
Jul 20, 2020 12:35 pm
@airayn,
Here is the CSS code:
#wpdcom .ql-editor {
height: 120px;
}
The red marked value can be changed as you like.
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
(@airayn)
Active Member
Joined: 6 years ago
(@airayn)
Active Member
Joined: 6 years ago
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
(@asti)
Illustrious Member
Joined: 8 years ago
@airayn,
If the rich editor is disabled you should use this code as well:
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.