How can I center these tabs rather than have them aligned to the left? I've tried several CSS injections, but nothing's working. Thanks!

  • EnchantedInspections
    Asked on November 16, 2021 at 8:56 AM


    I am using the Form Tabs Widget for this. Thanks!

    1637070989 6193b88dc183d ECHI question i Screenshot 10

  • Jovanne JotForm Support
    Replied on November 16, 2021 at 9:43 AM

    Hi, thank you for contacting support.

    Could you please try adding this custom CSS code to the widget's custom CSS code function?

    li#form-tab-4 {
      width: 150px !important;
    }

    li#form-tab-7 {
      width: 225px !important;
    }

    li#form-tab-10 {
      width: 138px !important;
    }

    li#form-tab-14 {
      width: 159px !important;
    }


    li#form-tab-16 {
      width: 170px !important;
    }

    li#form-tab-18 {
      width: 65px !important;
    }

    1637073709 6193c32d5b336  Screenshot 10

    Please give it a try and let us know if this works for you.

  • EnchantedInspections
    Replied on November 16, 2021 at 11:38 AM

    That's an interesting workaround. Thanks, I can take this and do what I need to with it!