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.

The form CSS interfered by Studium Theme

  1. Hi there..

    I just purchased your plugin and made a dynamic form with some conditional logic. I choose a right aligned label placement, and so on. There are no problem until I publish a page with a form. My form looked so messed up. You can find the page here : http://litbang.bantenprov.go.id/2012/registrasi/

    I think that this is a theme conflicting issue.

    FYI, here the information may be needed :
    Wordpress Version : 3.3.1
    Theme Name: Studium
    Theme URI: http://vamtam.com/studium
    Theme Version: 1.2

    I have ask the theme developer about this problem. They said that I should write a custom css in the box provided. But, as a newbie, I am frustated coz I don't know how to write it.

    Please help me out of this problem.

    Greet from Indonesia.

    Posted 12 years ago on Friday February 17, 2012 | Permalink
  2. I found this css in the theme layout related to the form css. You can find it here -> http://www.pastie.org/3399908
    It may be useful for you to analyze my problem.

    Posted 12 years ago on Friday February 17, 2012 | Permalink
  3. Try dropping this into your theme's stylesheet:

    [css]
    .gform_wrapper .left_label .gfield_label {
    float: left !important;
    width: 29% !important;
    }
    Posted 12 years ago on Friday February 17, 2012 | Permalink
  4. Gosh it work...!!! Now my form is as exactly as I want.

    Thank you so much...

    Posted 12 years ago on Friday February 17, 2012 | Permalink
  5. Awesome! Glad to help.

    Posted 12 years ago on Friday February 17, 2012 | Permalink

This topic has been resolved and has been closed to new replies.