Jul 15, 2021 10:32 am
The field "Start discussion" on iPhone makes 2 lines text in Russian and 2nd line is become partially hidden.
How we can fix it?
The easiest way is to use shorter text of course, but may be there is any another way?
2 Replies
Jul 15, 2021 10:58 am
You can use the CSS code below and make the text a bit smaller.
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea::placeholder {
font-size: 12px !important
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed if it's necessary.
Please don't forget to press Ctrl+F5 (twice) on the frontend 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.