How to make the Form Tabs widget smaller

  • SImpleJImbo
    Asked on February 20, 2015 at 4:35 PM

    Tabs over lapping, need to make smaller...

  • jonathan
    Replied on February 20, 2015 at 6:17 PM

    You can use a custom CSS code for the Form Tabs like this to set the width of the tabs.

    .tabs-list li {

    width: 30px;

    }

    How to make the Form Tabs widget smaller Image 1 Screenshot 30

     

    it should look similar to this

    How to make the Form Tabs widget smaller Image 2 Screenshot 41

     

    Let  us know if you need further assistance.

    Thanks.