How to Change Size of Form? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

6th Jan 2018, 12:34 AM
M Yusril
M Yusril - avatar
13 Answers
+ 21
okay I'll try it, thanks
6th Jan 2018, 12:47 AM
M Yusril
M Yusril - avatar
+ 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
6th Jan 2018, 12:42 AM
Art456
Art456 - avatar
+ 17
try to use height and weight
7th Jan 2018, 5:13 AM
Alexander Malcev
Alexander Malcev - avatar
+ 15
your welcome
6th Jan 2018, 12:50 AM
Art456
Art456 - avatar
+ 14
happy to see your comments here for app improvement : https://www.sololearn.com/Discuss/982445/?ref=app thanks
12th Jan 2018, 1:40 PM
Alfred
+ 7
by using height and weight...
7th Jan 2018, 2:07 AM
Geek Nivas
Geek Nivas - avatar
+ 3
add class in input and add width and height in style a/q to you
6th Jan 2018, 1:10 PM
Kunal Kumar
Kunal Kumar - avatar
+ 3
heigh ,weight
9th Jan 2018, 1:47 PM
Arbaz Khan
Arbaz Khan - avatar
+ 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 ☺️☺️☺️
27th Jan 2018, 10:01 AM
Vikas
Vikas - avatar
+ 2
M Yusril provided the answer. I agree to his solution.
14th Jan 2018, 11:13 AM
ADEYEMI ADETOLA ISAAC
ADEYEMI ADETOLA ISAAC - avatar
+ 1
lmao
6th Jan 2018, 10:12 AM
algorithm
0
Tank you for this revelation.
23rd Mar 2018, 4:55 PM
ADEYEMI ADETOLA ISAAC
ADEYEMI ADETOLA ISAAC - avatar