Viewing 13 replies - 1 through 13 (of 13 total)
  • mbrsolution

    (@mbrsolution)

    Hi check the following documentation. Let me know if it helps you.

    Thread Starter inventorgeorge

    (@inventorgeorge)

    The only thing that seems to be relevant is to add an attribute – size =80 for example. But that does not change the visible box on screen.

    mbrsolution

    (@mbrsolution)

    The instructions show you the size of the form and where to change it. Are you trying to widen the fields or center the form so the fields look even?

    Thread Starter inventorgeorge

    (@inventorgeorge)

    I want to make the whole form wider – all fields about 50% wider than they are. I am using the forms in the body of pages, not the sidebar so the forms look silly so narrow in the middle of a page.

    mbrsolution

    (@mbrsolution)

    Hi try the following documentation.

    Thread Starter inventorgeorge

    (@inventorgeorge)

    I hate to look like a “can’t do it” character, however; I added the width statement to the input text, input select, and input texztarea as the doc says, but nothing changes the actual width of these boxes.

    Any other thoughts?
    Regards

    mbrsolution

    (@mbrsolution)

    Can you share your URL? Also what are your current settings? You might like to create a screen capture and share the image here.

    Thread Starter inventorgeorge

    (@inventorgeorge)

    Curiously, I attempted to change the box around the form. Color and width worked as they should. But the width command did not. The “max-width” attribute does control the width or the box around the form.

    Thread Starter inventorgeorge

    (@inventorgeorge)

    Certainly, the URL is intelcap.us. I will grab a screen capture, and put it up.

    Thread Starter inventorgeorge

    (@inventorgeorge)

    I don’t see how to attach an image, so I included the link to one of the form pages.

    mbrsolution

    (@mbrsolution)

    Hi while checking your form I found your issue. The following field has a max-width:250px;.

    Increase the value and you will be able to increase all your other fields.

    <fieldset id="fscf_form_fieldset1" style="border: 5px solid blue; width: 99%; padding: 10px; max-width: 250px;">

    Thread Starter inventorgeorge

    (@inventorgeorge)

    That did It!!!!!

    Thank you SOOO much!!

    mbrsolution

    (@mbrsolution)

    I am happy for you ??

    Enjoy the plugin….

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Changing field box sizes’ is closed to new replies.