Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278514
    ahurlburt53
    Participant

    I’ve tried the css in gravity forms ( gf_left_third, gf_middle_third gf_right_third ) however the columns do not work. Please advise

    https://extensysinc.com/po-request/

    #1278526
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    
    
    body .gform_wrapper .top_label li.gfield.gf_left_third, 
    body .gform_wrapper .top_label li.gfield.gf_middle_third, 
    body .gform_wrapper .top_label li.gfield.gf_right_third {
        float: none;
    }
    
    body .gform_wrapper .top_label li.gfield.gf_left_half,
    body .gform_wrapper .top_label li.gfield.gf_left_third, 
    body .gform_wrapper .top_label li.gfield.gf_middle_third {
        margin-right: 0px;
    }

    Hope this helps. Please let us know how it goes.

    #1351460
    websperations
    Participant

    I just tried this code and it worked perfectly!

    Thanks ahurlburt53 for asking the question and Rue Nel for the answer.

    Micah

    #1351775
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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