Tab elements no responsive in jollyness theme

Hi, I wonder if exists any .css with tab-elements responsive. I've been using a vertical tab to show a menu but in mobile doesn't act as I guess.

I found a wordpress theme http://jollythemes.com/wordpress/jollyall/tab-elements/ that de tab elements are responsive.

Any help will be apreciate.

Thank you

Hi inlabfid,

I'm sorry for late reply, we lost your post, we just upgraded the support system and can see you post now.

Please add css below to style.less file (under lessc folder) to set response for tabs element.

@media (max-width: 480px) {
    ul.nav-tabs{
        border: none;
        li{width: 100%;}
    }
}

Thanks!