How do I align the tabs neatly at the top of the form?

  • briankleppe
    Asked on May 6, 2014 at 12:16 PM

    My tabs at the top of the form look awful. Anyway of making them look cleaner. The link to my form is http://rubicontheatre.org/kids-for-kids-info?view=featured.

    The attached photo is how I would like them to look. 

    Jotform Thread 372566 Screenshot
  • TitusN
    Replied on May 6, 2014 at 1:44 PM

    Hmm,

    How about arranging them into two columns, and centering the text?

    Try adding the following CSS code to your form tabs widget:

    li {
    width: 150px;
    text-align: center;
    }

    How to add the CSS:

    How do I align the tabs neatly at the top of the form? Image 1 Screenshot 20

    The CSS increases the tab width by 150px (you can add more), and aligns the text to the center.

    You can also reduce the tab title characters for the tabs with long title names, like Informed Consent and Acknowledgement

    Let us know if this helps.