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.

Text Alignment

  1. I would like to build a 3 column form. The first column is a description using HTML block and the next two are small date and time fields. When I set it up, I would like the first column HTML text block to line up vertically with the center of the input fields. Is there any way to do this? Now, it seems to be roughly slightly higher than the top descriptions of the form boxes.

    thank you

    Posted 12 years ago on Tuesday October 25, 2011 | Permalink
  2. Hi iugradmark,

    Anything is possible with CSS. :)

    If you could post a link to your form and get along as far as you can, we can give you some tips to get across the finish line.

    Posted 12 years ago on Tuesday October 25, 2011 | Permalink
  3. Here is the link:

    http://winereservations.com/?page_id=797

    thank you

    mark

    Posted 12 years ago on Wednesday October 26, 2011 | Permalink
  4. Hi iugradmark,

    Assuming you want to accomplish something like this... http://grab.by/b8zA ...you can add a style like this:

    [css]
    #field_3_13 { margin-top: 33px !important; }
    Posted 12 years ago on Thursday October 27, 2011 | Permalink