• Hi

    I was wondering if I can

    • make the input fields wider and
    • move the input fields next to the label

    my test site

    I did not change any settings.
    Using WP 2.9.2 + Thesis 1.7

    Thank you

    R

Viewing 7 replies - 1 through 7 (of 7 total)
  • Something in your theme css is making the form fields smaller.

    Normally you adjust the field size in advanced options
    “Input Text Field Size:”

    But it looks like your theme css is overtaking that

    Thread Starter cimenta

    (@cimenta)

    Hi Mike

    thank you for your response. I changed the width of the message text box by increasing the cols value in Input Textarea Field Cols. Works nicely.

    But what about the other text fields? Changing value in Input Text Field Size did not do anything. Actually the HTML code was changed but not the actual page layout. If I change/increase css code – the width

    #commentform textarea {
    border-width:0.071em;
    padding:0.214em;
    width:45%;
    }

    it does the job. Does#commentform come from your plugin?

    Is there any way to have text field label and text field on the same line/row?

    Thank you

    R

    I am not able to give much help with theme CSS, sorry.

    No the text field label and text field cannot be on the same line/row in this version.

    Thread Starter cimenta

    (@cimenta)

    the thing is that it seems to me that css code #commentform comes from your plug in. Am I right?

    Should Input Text Field Size manage the width of text fields?

    Thank you

    R.

    css code #commentform does not come from my plugin.

    Input Text Field Size does manage the width of text fields, unless they are overtaken by a theme’s CSS.

    It could be the theme you are using is causing it…
    Do this as a test:
    In Admin, click on Appearance, Themes.
    Temporarily change your theme to the “WordPress Default” theme.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    Thread Starter cimenta

    (@cimenta)

    yes, it must be the theme. Thank you for your help. R

    Excellent plug in.. tried 3 others which were poor.. this one looks excelelnt. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Fast and Secure Contact Form]’ is closed to new replies.