Allow us to modify the form tab graphics and titles

  • photoguy123
    Asked on December 22, 2015 at 4:55 AM
    can you please allow us to modify the form tab graphics and titles, or even just their sizes, so that it is possible to add more than 4 tabs without the 'tabs' getting thrown on a second line. it doesn't either display well at all on mobile where each tab gets put on a separate line.
  • Chriistian Jotform Support
    Replied on December 22, 2015 at 6:29 AM

    Hi,

    Are you referring to this form - http://www.jotform.us/form/53502490585154? I cloned your form and tried to add 5 tabs. Please see below.

    Allow us to modify the form tab graphics and titles Image 1 Screenshot 20

     

    You can adjust the padding of tabs by injecting the ff. CSS to your form so that the tabs will not be in 2 lines.

    .tabs-list.amberorange li {

             padding6px 25px !important; // you can adjust this as desired

    }

    To inject CSS to your form, please see the ff. article - How to Inject Custom CSS Codes

     

    Unfortunately, there is no easier way to modify the look of tabs.

     

    Do let us know if you need further assistance.