Tabbed Content / Posts /

Can tab content support multiple rows of tabs

0
How can I use this to setup multiple rows of tabs, or can't I?
Danica  10 years ago   viewed: 3457    

1 Answer

0

Yes it does. I added a separator after the first two tabs and the tabs became two rows. They are still working fine. The only work for you to do is to style the tabbed content so that it will look nice:

  <ul class="tabs" data-persist="true">
            <li><a href="#view1">Lorem</a></li>
            <li><a href="#view2">Using other templates</a></li>
            <li><div style="height:30px;width:100%;">&nbsp;</div></li>
            <li><a href="#view3">Advanced</a></li>
        </ul>

Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: