The form-item-subject in comment-form does not scale down. I guess it's because of this:
<input id="edit-subject" class="form-text" type="text" maxlength="64" size="60" value="" name="subject">

Is there a workaround for this to display the subject-form-item properly on mobile devices?

Thanks!

Great theme, btw!

Comments

devsaran’s picture

Status: Active » Closed (works as designed)

Form Element which has the larger size (size="60") can not be scaled down.