Tagged: gravity forms
Dear Sirs,
I have Gravity Forms in http://unifi.co/demo
The form look strange in mobile browser. I already ask for support in Gravity Forms forum, they said this is because of the theme.
Kindly please assist me to solve :
1. The fields not properly align to the left. Some will appear a little bit to the right. I need to make all fields to align to the left.
2. To make the email field to appear same size as text field. ( mobile & dekstop browser ). Then to make the 2nd email field, to appear in next line..instead of appear same line as first email. ( in mobile browser )
Thank you very much.
Hey riatech!
Thank you for using the theme!
I checked the website on mobile view by resizing the browser and the input fields looks ok. Did you fixed this?
Best regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
#top .gform_wrapper .top_label li.gfield.gf_left_half, #top .gform_wrapper .top_label li.gfield.gf_right_half, #top .gform_wrapper .top_label li.gfield.gf_left_third, #top .gform_wrapper .top_label li.gfield.gf_middle_third {
width: 100% !important; }}
That should fix both issues
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 990px) {
.gform_wrapper .top_label li.gfield.gf_left_half { width: 46% !important; }}
Best regards,
Yigit
Hi!
I have edited the code i posted in my previous post and added !important rule. Please try it now
Best regards,
Yigit
Hi Mr Yigit,
Thank you for your great support! Problems solved!