Thanks David,
There are multiple issues with the comment area in iPhone/iPad. I managed to fix them all in css, but would be nice to have permanent theme fix.
In addition to my previous comment: the .comment-form-author, .comment-form-email, .comment-form-url classes also miss padding to the right on iPhone, which cuts of the border (see new attachment).
My fix for the combination:
#commentform p>input#url { margin-top: 6px; } /* Temporary fix */
.comment-form-author, .comment-form-email, .comment-form-url { margin-bottom: 32px !important; padding-right:15px;} /* Temporary fix */
Cheers,
Johan
Attachments:
You must be
logged in to view attached files.