Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258840
    shane_rodgers
    Participant

    Trying to center the form at this URL:

    Better Team Model Overview – Better Teams

    by adding this to Global CSS (per instructions from Gravity support site):

    body #gform_wrapper_5 {
    text-align: center;
    }

    but it isn’t working (it is still left aligned).

    Note that I have been able to center the form on the home page by adding this to global CSS:
    .home .gform_wrapper form {
    text-align: center;
    }

    #1258841
    shane_rodgers
    Participant

    I answered my own question by adding “form”

    body #gform_wrapper_5 form {
    text-align: center;
    }

    Thanks anyway.

    #1258896
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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