TABS Widget - left tab 'spills' off form

  • criterions
    Asked on April 30, 2015 at 11:09 AM

    I love the tabs widget, but I use it for my form, the left most label 'spills' off the form and it looks crappy. I've tried adjust the size using CCS but can't seem to fix it. I like the default triangular tabs, so I don't really want to change that.

     

    Any ideas?

  • Kiran Support Team Lead
    Replied on April 30, 2015 at 12:46 PM

    Please try adding the following CSS code to your JotForm by following the guide below : 

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #tabs-list {

    margin-left: 90px;

    }

    This is how it looks like after applying the provided CSS code.

    TABS Widget   left tab spills off form Image 1 Screenshot 20

    Hope this information helps.

  • criterions
    Replied on April 30, 2015 at 1:36 PM

    Very cool - works great! Now...one other question. Is there a way to apply a background color to the ENTIRE active tab? I set a background color, but it doesn't fill the entire triangle-shaped tab.