Hi @HGPower
I tried checking your site and couldn’t find the Tabs in your site, can you please share the page URL so we can take a look?
Currently you can add 5 tabs only using Cornerstone but that may be possible using shortcode, for example you can add the following code in Raw Content element:
[x_tab_nav type="seven-up"][x_tab_nav_item title="No, Click Me1!" active="true"][x_tab_nav_item title="No, Click Me2!"][x_tab_nav_item title="No, Click Me3!" active=""][x_tab_nav_item title="No, Click Me4!" active=""][x_tab_nav_item title="No, Click Me5!" active=""][x_tab_nav_item title="No, Click Me6!" active=""][x_tab_nav_item title="No, Click Me7!" active=""][/x_tab_nav][x_tabs][x_tab active="true"] Your Content1 [/x_tab][x_tab] Your Content2 [/x_tab][x_tab ] Your Content3 [/x_tab][x_tab] Your Content4 [/x_tab][x_tab ] Your Content5 [/x_tab][x_tab ] Your Content6 [/x_tab][x_tab ] Your Content7 [/x_tab][/x_tabs]
Hope this helps!