Tagged: x
-
AuthorPosts
-
June 30, 2016 at 9:54 am #1066784
GDBEParticipantCan you please explain why the css ready classes built into Gravity Forms are not outputting onto the website?
June 30, 2016 at 9:54 am #1066785
GDBEParticipantThis reply has been marked as private.June 30, 2016 at 1:43 pm #1067113
RupokMemberHi there,
Thanks for writing in! Could you point us exactly which classes you have used but not working?
Cheers!
June 30, 2016 at 3:23 pm #1067269
GDBEParticipantI am using
Halves (2 Columns)
bf_left_half
gf_right_halfThirds (3 Columns)
gf_left_third
gf_middle_third
gf_right_thirdJune 30, 2016 at 10:10 pm #1067849
FriechModeratorHi There,
Yes, there is a CSS on the X|Theme that is overwriting some of property of those classes. But you can resolve that with this custom css on your customizer.
.gform_wrapper ul.gform_fields li.gfield { margin-right: 0 !important; float: none !important; }But first your need to check your whole custom css here: http://csslint.net/ and resolve all the errors, else any custom css you added on the bottom of custom css in customizer will not work. You can add that in the meantime on top of your custom css to see if it works.
I’ll try to replicate this issue on my end to confirm if it is a bug.
Thanks.
July 1, 2016 at 8:24 am #1068342
GDBEParticipantThe code worked fine. I am not able to copy my custom css from the customizing window to check it, however. I am using Safari and I think that is why, right? I wish the customizer worked better in Safari.
July 1, 2016 at 8:35 am #1068358
JoaoModeratorHi There,
Your Customizer should work 100% with Safari just as with your other browsers. You could try cleaning cache or maybe re-installing Safari.
Please let us know if you need help with anything else.
Joao
July 13, 2016 at 5:58 pm #1085767
Manny CostalesParticipantHi, just put the code below into the Global CSS
.site .gform_wrapper ul li.gfield {
clear: none !important;
}July 14, 2016 at 1:21 am #1086292
FriechModeratorCool, thanks for sharing.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1066784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
