jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Deleting tabs when the screen does not fit. #114

Closed engbaro closed 7 years ago

engbaro commented 7 years ago

so when I minimise the screen before it changes to accordion it deletes the tabs that do not fit and this is wrong. I need all the tabs to be showing

jellekralt commented 7 years ago

I'm afraid this probably comes down to the styling of the tabs. If there are too many tabs for a small breakpoint (depending on the styling) it could be that some of them disappear due to styling. You should be able to fix this with css. The library itself should never 'delete' anything.

jellekralt commented 7 years ago

I'm closing the issue since there has been no activity for a while. Feel free to reopen if you feel this is still unresolved.