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.

Label Placement different on pages

  1. Smith
    Member

    http://coryfamilyfarm.com/the-cory-family-farm-store/

    I want the quantity field under each HTML block for the label to be aligned left but on the next page were you fill out your info I want the label placement to be top.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  2. Change your form settings to be top aligned for the label placement. Then drop this into your theme's stylesheet:

    [css]
    .store-left label {
    float: left;
    line-height: .3em !important;
    margin-right: .5em !important;
    }

    Then you can tweak from there. That should do the trick.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  3. Smith
    Member

    thanks rob, that did the trick.

    Posted 12 years ago on Thursday March 22, 2012 | Permalink
  4. Awesome, glad to help!

    Posted 12 years ago on Thursday March 22, 2012 | Permalink

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