Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056872
    Steve L
    Participant

    According to Gravity Forms Support, they no longer use the ‘float’ class declaration. This CSS needs to be updated to reflect this change because without doing so it breaks the CSS Class Selector so that GF columns will not work.

    CSS to modify in my case is http://xxxx/wp-content/themes/x/framework/css/dist/site/gravity_forms/integrity-light.css

    To temporarily fix this issue, you must add the following to your Child CSS:

    /*** fix gravity forms css ready class **/
    body .gform_wrapper .top_label li.gfield.gf_left_half,
    body .gform_wrapper .top_label li.gfield.gf_right_half {
       float: none !important;
    }
    #1057178
    Jade
    Moderator

    Thanks for sharing Steve.

    #1057992
    Steve L
    Participant

    You’re welcome. Will Themeco be removing ‘float’ for Gravity Forms in the next update?

    #1058047
    Joao
    Moderator

    Hi Steve,

    Although we don“t give an ETA, it is expected to be fixed on the next update of X.

    Hope that helps,

    Joao

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