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.

How to Control Width of Name Field

  1. I need to modify the CSS to adjust the width of the "name" text field, but cannot determine how to identify the id or class that controls it. I've looked at the sample CSS that I see you have pointed out to others as the source for providing the answer. But I cannot interpret it to figure out what CSS I need. I know it is a simple answer, and I am using Firebug to examine my page CSS. But I still can't figure out what to do. Can you help me in a way other that simply providing a link to your sample CSS page?

    Thank you.

    Posted 13 years ago on Sunday February 12, 2012 | Permalink
  2. Can you post a link to your form?

    Posted 13 years ago on Sunday February 12, 2012 | Permalink
  3. Yes. Here it is:

    http://fluencyresearchproject.org/

    Thanks.

    Posted 13 years ago on Sunday February 12, 2012 | Permalink
  4. Try dropping this into your theme's CSS file:

    [css]
    #input_1_5 {
    width: 235px;
    }

    Each input has it's own ID which you can find by inspecting the input with firebug (as you mentioned) or Chrome Dev Tools.

    Posted 13 years ago on Sunday February 12, 2012 | Permalink
  5. Worked perfectly. Now I understand what to do.

    Thank you.

    Posted 13 years ago on Monday February 13, 2012 | Permalink
  6. Awesome, glad to help!

    Posted 13 years ago on Monday February 13, 2012 | Permalink

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