PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form alignemnt issues

  1. Hi,

    I just installed the gravity form on a work-in-progress website at http://demo.drsmilez.com/wp/price-checker/

    I am having alignment issues with the field text. How do I correct this? I did read about the CSS class names but doesnt seem to help.

    Thanks in advance for your support.

    Vikas

    Posted 11 years ago on Monday May 6, 2013 | Permalink
  2. Vikas,

    Just place this CSS snippet in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    [css]
    .gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    height: auto;
    }
    .gform_page_footer {
    clear: both;
    }
    Posted 11 years ago on Monday May 6, 2013 | Permalink
  3. Thanks for the prompt response. Its much better now. Is it possible to middle align the text with the radio button as the text still seems to be a little above the button but eitherways it looks so much better :)

    Posted 11 years ago on Monday May 6, 2013 | Permalink