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.

Put lastname below firstname entry

  1. jmacmullen
    Member

    http://trueffort.com/
    In the newsletter registration is there a way to put the last name entry below the first name entry instead of the way it is now next to each other?

    Posted 12 years ago on Thursday December 29, 2011 | Permalink
  2. Sure is, try placing this into your theme's stylesheet:

    [css]
    #input_2_2_6_container {
    float: none;
    clear: both;
    padding-top: 10px;
    }
    Posted 12 years ago on Thursday December 29, 2011 | Permalink