Tagged: x
-
AuthorPosts
-
January 10, 2017 at 1:24 pm #1324374
I would like for the form to stretch across the whole column, but it only goes 50%. How can i change this?
I currently have the settings CSS class name as “gf_simple_horizontal” and have three fields.
Screen shot attached.
January 10, 2017 at 2:50 pm #1324501Hello There,
Thanks for writing in!
Could you please provide us with your website URL so we can take a closer look?
Thanks.
January 11, 2017 at 7:56 am #1325545January 11, 2017 at 9:28 am #1325673Sorry but would you mind giving us WordPress admin credentials also?
Thanks.
January 11, 2017 at 10:14 am #1325737This reply has been marked as private.January 11, 2017 at 11:24 am #1325845Hi there,
Please add this code in the customizer:
@media only screen and (min-width: 641px) { .gform_wrapper form.gf_simple_horizontal div.gform_body { width: 90%; max-width: 100%; } }
Hope this helps.
January 11, 2017 at 11:45 am #1325879thanks, i have added but it doesn’t appear to have changed anything.
January 11, 2017 at 2:44 pm #1326105Hi there,
Please update the code to:
@media only screen and (min-width: 641px) { .gform_wrapper form.gf_simple_horizontal div.gform_body { width: 90%; max-width: 100%; } .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(3), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(3):nth-last-child(1) { width: 33.3333% !important; } }
Hope this helps.
January 11, 2017 at 3:53 pm #1326185thank you – it works
January 11, 2017 at 9:24 pm #1326608You are most welcome.
-
AuthorPosts