Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1084677
    ahurlburt53
    Participant

    This form was displaying correctly until X update. Please help me get the form to look god and display horizontal box labels

    screen shot http://i.imgur.com/BhPIwp9.png

    website
    http://veranosresources.com/

    #1084681
    ahurlburt53
    Participant

    disregard, its working now

    #1084873
    Thai
    Moderator

    Glad it works 🙂

    If you need anything else please let us know.

    #1151509
    ahurlburt53
    Participant
    #1151541
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1151548
    ahurlburt53
    Participant
    This reply has been marked as private.
    #1151605
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    #gform_wrapper_2 .top_label li.gfield.gf_left_third, #gform_wrapper_2 .top_label li.gfield.gf_middle_third, #gform_wrapper_2 .top_label li.gfield.gf_right_third {
        float: left;
        clear: none;
    }
    
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100% !important;
    }

    Thanks.

    #1151678
    ahurlburt53
    Participant

    That did it tytytytytty

    #1151681
    ahurlburt53
    Participant

    doesn’t look so good on mobile

    #1151692
    Joao
    Moderator

    Hi There,

    Lets warp this code in a media query, please try the following code instead:

    @media screen and (min-width: 969px) {
    #gform_wrapper_2 .top_label li.gfield.gf_left_third, #gform_wrapper_2 .top_label li.gfield.gf_middle_third, #gform_wrapper_2 .top_label li.gfield.gf_right_third {
        float: left;
        clear: none;
    }
    
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100% !important;
    }
    }

    Let us know how it goes,

    Joao

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