How to specify tab width?
-
By default, the width of the navigation tabs is 30% and the width of the content pane is 70%.
I tried to define CSS to enforce a different width like this:
.su-tabs-nav{width: 15% !important;} .su-tabs-panes{width: 85% !important;}It works on desktop view, but then in mobile the tabs get converted into accordion with a width of 15%, which looks really ugly. I need the responsive conversion to accordion of course, but without the 15% limitation.
Any suggestions?
- The topic ‘How to specify tab width?’ is closed to new replies.