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.

Why are fields so small

  1. bigmaxsstudio
    Member

    How can I increase the size of the fields at the below site?

    http://browardnavydaysinc.org/freedom-awards-2012-register-here?preview=true&preview_id=835&preview_nonce=d807597ab0

    Thanks,

    Patti

    Posted 12 years ago on Sunday February 26, 2012 | Permalink
  2. Patti, in your theme you have a generic ul selector that has a pre-defined width:

    [css]
    ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    }

    I'd recommend whatever ul you are targeting to have that 150px width you should make a class or id for to target more specifically.

    Posted 12 years ago on Sunday February 26, 2012 | Permalink