Hi all.
We are using the following code to edit the sizes of input boxes via css, but it doesn't tweak the size of boxes in mobile versions.
.Skin .InputText,
inputptype=text] {
height: 40px !important;
width: 60px !important;
}
Is there a way to make this work also for mobile, or is there a different code element we can use?
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.