Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    You need to customize the CSS to correct for conflicts within your theme.

    Thread Starter jjkeyport

    (@jjkeyport)

    Thanks! I actually found the issue – It looks like the “span class” was set to right instead of left in the form-output.php. I changed it to left and it works perfectly.

    Thanks,
    Jason

    <span class="left">
    							<input type="text" name="vfb-' . $field->field_id . '[state]" id="' . $id_attr . '-state" maxlength="150" class="vfb-text vfb-small' . $required . $css . '" />
    							<label for="' . $id_attr . '-state">' . __( 'State / Province / Region', 'visual-form-builder' ) . '</label>
    						</span>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Plugin Author Matthew Muro

    (@mmuro)

    That is not the solution. The output in the plugin is correct, it’s your theme’s CSS that is causing the issues.

    Editing the code is not recommended because you will lose your changes when updating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘State / Province / Region too large’ is closed to new replies.