-
AuthorPosts
-
April 24, 2014 at 5:16 pm #255612
Hi,
look at this page : http://www.betuwepc.com/knbb/districts-finale/
I cant get the alignment right, the radio buttons needs to on 1 row.
And if i put an text field on large, it wont change.April 24, 2014 at 5:26 pm #255622Hey BetuwePC!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gform_wrapper ul.gfield_radio li { float: left; margin-right: 20px; }
Cheers!
YigitApril 24, 2014 at 5:29 pm #255626Thanks Yigit, and what about the difference in width at the text fields ? They needs to be al the same
April 24, 2014 at 5:32 pm #255630Hi!
Please add following code to Quick CSS as well
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input { width: 210px !important; }
Cheers!
YigitApril 24, 2014 at 5:34 pm #255633damn your fast :)
But, i put it to the Quick CSS but i see difference this time.
April 24, 2014 at 5:39 pm #255637Hi!
You have following css codes
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select { width: 95% !important; } /* and */ .gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input { width: 95% !important; }
in this file yourdomain.com/knbb/wp-content/plugins/gravityforms/css/formsmain.css?ver=1.8.6
Please remove !important from these codes and it should work fineCheers!
YigitApril 24, 2014 at 6:39 pm #255666thanks, but still not al the same
April 24, 2014 at 6:41 pm #255668Hey!
Please add following code to Quick CSS as well
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { width: 240px !important; }
Best regards,
Yigit- This reply was modified 10 years, 6 months ago by Yigit.
April 24, 2014 at 6:43 pm #255672done, but not perfect.
Is it possible to do al the fields in 1 css width ?April 24, 2014 at 6:53 pm #255684Hey!
I have just update the code i posted in my previous post. This should do it. Please try it now
Regards,
YigitApril 24, 2014 at 7:05 pm #255700almost ;)
April 24, 2014 at 7:07 pm #255703Hey!
Once again edited and added !important rule. Now it should really do it :)
Regards,
YigitApril 24, 2014 at 7:08 pm #255705thanks, it is ok now !!
You may go home now ;)
Best regards !
-
AuthorPosts
- The topic ‘Gravity forms align’ is closed to new replies.