One aim when creating Tabby Responsive tabs was for it to be as agnostic as possible to the tab panel’s content.
If your theme has column shortcodes, you should be able to use these. Otherwise you can hand code something custom styles targetting divs with column classes, or use a plugin that provides column shortcodes.
If you can present your content with columns in your page/post outside the tabs, the same markup should work inside a tab.
There are several plugins available from the plugins directory which look like they might be able to help with this. If I did not have my own (not released) plugin for creating columns, I would probably try this one first: https://wordpress.org/plugins/columns/
-
This reply was modified 9 years, 2 months ago by
cubecolour.
Thank you. Now, are you able to have a tab inside of tabs? Example would be having a main tab car with other tabs below saying manual or automatic.
No, nested tabs are not supported. That would probably in most cases make for a terrible user interface; particularly on mobile devices.