I need to add 7 Tabs element

Hi,
I need to add 7 tabs, but cornerstone dont give me to do it.
How its posible?
i have 7 steps to write in 7 diferent tabs

Hello there,

Thank you for writing in!

You have to do it manually, for example, 7 tabs, so I added seven-up as type

[tab_nav type=”seven-up” float=”none”][tab_nav_item active=”true” title=”Tab”][tab_nav_item title=”Tab”][tab_nav_item title=”Tab”][tab_nav_item title=”Tab”][tab_nav_item title=”Tab”][tab_nav_item title=”Tab 6″][/tab_nav][tabs][tab active=”true”]Content 1[/tab][tab]Content 2[/tab][tab]Content 3[/tab][tab]Content 4[/tab][tab]Content 5[/tab][tab]Content 6[/tab][tab]Content 7[/tab][/tabs]
Then that means 100% / 7= 14.2%

You will add this CSS at your customizer’s custom CSS following this article: https://theme.co/apex/forum/t/customizer-custom-options/142

  .x-nav-tabs.six-up > li { 
     width: 14.2%; 
   }

Kind Regards,
John Torvik

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.