Tagged: x
-
AuthorPosts
-
January 9, 2017 at 12:54 pm #1322744
mjatersolParticipantWe’re experiencing some minor issues with the X theme (version 4.6.4) not playing well with Gravity Forms (version 2.1.2) – specifically, the label for checkboxes on a form are below the input and not inline (screenshot attached). Additionally, the “CSS Ready Classes” don’t seem to be functioning properly.
The URL for the form in question is https://smiaware.com/products/request-sample-reports/.
I’ve seen similar issues with radio buttons mentioned in the forum, but haven’t been able to successfully resolve our issue using modified versions of those solutions. Thanks in advance for your assistance!
January 9, 2017 at 3:16 pm #1322945
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li { margin: 0; } body .gform_wrapper .gfield_checkbox li input { float: left; margin-right: 5px; }Hope it helps
Joao
January 9, 2017 at 3:26 pm #1322953
mjatersolParticipantThat’s great; the labels are now aligned with the checkbox inputs, but I’m still experiencing issues with the “CSS Ready Classes.” Perhaps that has something to do with additional custom CSS to remove the bullets (screenshot attached)?
January 9, 2017 at 4:22 pm #1323038
mjatersolParticipantMore specifically, “gf_list_4col” still isn’t working.
January 9, 2017 at 9:22 pm #1323339
FriechModeratorHi There,
Would you mind pointing us your 4 column form, we’ll be happy to provide you with a response once we have a better understanding of the situation.
Thanks.
January 10, 2017 at 2:09 pm #1324421
mjatersolParticipantThe URL is https://smiaware.com/products/request-sample-reports/. The section that I would like to use Gravity Forms’ 4 Column layout is the section called “Samples Requested.” Thanks to Joao’s assistance, the labels are now next to the checkboxes, but they still aren’t utilizing the CSS Ready Classes (screenshot attached) and are in a single column instead of four separate columns.
Thanks again for all of your assistance!
January 10, 2017 at 6:02 pm #1324692
JadeModeratorHi there,
Please add this code as well:
#input_4_7 li { float: left; width: 25%; }Hope this helps.
January 11, 2017 at 10:50 am #1325786
mjatersolParticipantThat’s fixed it; thanks! For good measure I added a margin on the bottom so that it was consistent with the rest of the form:
#input_4_7 li { float: left; width: 25%; margin-bottom: 1em!important; }January 11, 2017 at 2:36 pm #1326102
JadeModeratorYou’re welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
