• Form titles have shifted to the right-hand side of the input boxes. This is not an issue with my theme’s styles.

Viewing 1 replies (of 1 total)
  • Thread Starter mattsenate

    (@mattsenate)

    Issue was width of form fields was set to 400px so I changed it to 99%

    in frm_display.css (line 17)

    .with_frm_style .form-field input, #wpcontent .with_frm_style .form-field select, .with_frm_style .form-field select, .with_frm_style .form-field textarea {
    -moz-border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    padding: 2px;
    width: 99%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Formidable Forms] Upgrade to 3.1 broke my styles’ is closed to new replies.