Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066784
    GDBE
    Participant

    Can you please explain why the css ready classes built into Gravity Forms are not outputting onto the website?

    #1066785
    GDBE
    Participant
    This reply has been marked as private.
    #1067113
    Rupok
    Member

    Hi there,

    Thanks for writing in! Could you point us exactly which classes you have used but not working?

    Cheers!

    #1067269
    GDBE
    Participant

    I am using
    Halves (2 Columns)
    bf_left_half
    gf_right_half

    Thirds (3 Columns)
    gf_left_third
    gf_middle_third
    gf_right_third

    #1067849
    Friech
    Moderator

    Hi 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.

    #1068342
    GDBE
    Participant

    The 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.

    #1068358
    Joao
    Moderator

    Hi 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

    #1085767
    Manny Costales
    Participant

    Hi, just put the code below into the Global CSS

    .site .gform_wrapper ul li.gfield {
    clear: none !important;
    }

    #1086292
    Friech
    Moderator

    Cool, thanks for sharing.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1066784 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>