Why is textarea css not responding correctly on iOS?
-
Hi,
I am tweaking the contact form through css, see picture:
https://i.imgur.com/vHp8zjz.pngYes it does looks good, it works great on safari, chrome and firefox. The downside is, on iOS the textarea (Message), is not shifting to the right.
the code i used in my css:
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea { text-indent: 40px !important; } .wpcf7 p{ position: relative; } .wpcf7 p .fa{ position: absolute; color: black; z-index: 100; font-size: 18px; top: 8px; left: 14px; } .wpcf7 p .fa-pencil{ top: 8px;}
Anyone that can tell me if i am maybe missing a line for iOS?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why is textarea css not responding correctly on iOS?’ is closed to new replies.