+ 26
How to Change Size of Form?
I try it at Mobile Chrome Browsers, first all text is really small, and change the size at CSS, but form didn't want to resize! can you tell me, How to resize form?, what attributes to change the size?, I use "Text" Input type!
13 odpowiedzi
+ 21
okay I'll try it, thanks
+ 17
maybe you can use
<input type="text" class="test">
then use css to size it
.test{
height:12px;
width:14px;
}
or
you can use the same way as the above but use form tag
+ 17
try to use height and weight
+ 15
your welcome
+ 14
happy to see your comments here for app improvement :
https://www.sololearn.com/Discuss/982445/?ref=app
thanks
+ 7
by using height and weight...
+ 3
add class in input and add width and height in style a/q to you
+ 3
heigh ,weight
+ 3
you can add class for form and then access that form in CSS and make changes using height and width and sure you'll see the changes ☺️☺️☺️
+ 2
M Yusril provided the answer. I agree to his solution.
+ 1
lmao
0
Tank you for this revelation.