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.

CSS Border style is not applying

  1. I have read the documentation and searched the forums, but still cannot get a border to wrap around the form. There are two forms on the sidebar, http://adgib.com/danni/ellajwp/tvh/, the gravity form is the one at the top that I am trying to match the form below it.
    Any help would be much appreciated.
    Thank you.

    Posted 12 years ago on Wednesday April 4, 2012 | Permalink
  2. Try dropping this into your theme's stylesheet:

    [css]
    .gform_widget #gform_wrapper_1 {
    border: 3px solid #ddd;
    padding: 10px;
    }
    Posted 12 years ago on Wednesday April 4, 2012 | Permalink
  3. Thank you. I tried everything but that.

    Posted 12 years ago on Wednesday April 4, 2012 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Wednesday April 4, 2012 | Permalink