I have unsuccessfully looked for a variable to change the maximum number of items in a single line in a navbar.
I am just starting with jQuery Mobile, trying to create
Using jQuery mobile 1.4.0, all I had to do is to create my own CSS class:
.mytab { width: 12.5% !important; /* 12.5% for 8 tabs wide */ clear: none !important; /* Prevent line break caused by ui-block-a */ }
..and include it in my list:
One Two Three Four Five Six Seven Eight
(original answer had jQuery mobile version wrong)