Tagged: x
-
AuthorPosts
-
January 10, 2017 at 1:24 pm #1324374
randlsennParticipantI 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 #1324501
Prasant RaiModeratorHello 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 #1325673
ChristianModeratorSorry but would you mind giving us WordPress admin credentials also?
Thanks.
January 11, 2017 at 10:14 am #1325737
randlsennParticipantThis reply has been marked as private.January 11, 2017 at 11:24 am #1325845
JadeModeratorHi 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 #1325879
randlsennParticipantthanks, i have added but it doesn’t appear to have changed anything.
January 11, 2017 at 2:44 pm #1326105
JadeModeratorHi 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 #1326185
randlsennParticipantthank you – it works
January 11, 2017 at 9:24 pm #1326608
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1324374 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
