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.

Field width/padding display in Firefox only

  1. Hello,

    I have my form looking exactly how I'd like it in Chrome, but the field lengths and alignment look wonky in Firefox. Displays OK in Safari (Windows) and IE too.

    What could I be overlooking?

    Page located here: http://earnest.pvmdemo.com/

    Thank you,

    Greg

    Posted 11 years ago on Friday November 2, 2012 | Permalink
  2. You're trying to use the ready class to float a multi-line advanced field inline with the other fields which aren't the same size. That's not gonna work for you.

    You should try putting the address field last and then absolutely or relatively positioning that node (list item) to the right. You might even be able to float it right, but it's not going to display consistently as a floated element if it's inline with other different sized fields.

    Posted 11 years ago on Friday November 2, 2012 | Permalink