Is there a way to decrease the width of a textfield in jQuery mobile?
Check out this Fiddle for reference
The CSS provided below does not seem to be working properly:
#co label{
color: red !important;
width: 100px !important;
margin :30px;
}
#co input{
width: 100px !important;
border-radius: 0 !important;
}