daniel.tosaba
daniel.tosaba

Reputation: 2563

Bootstrap overflow scrolling tabs

Is there any bootstrap extension that allows you to have more tabs than screen size can accomodate as in picture below where next button should make visible tabs number 5,6 etc. And is it possible to make this responsive as in picture 2??

desktop

mobile

Thanks a bunch!!! Hope it's all clear from the title, feel free to change ;)

P.S. Custom solution(jquery/css) is more than welcomed too :)

Upvotes: 1

Views: 2278

Answers (1)

Carol Skelly
Carol Skelly

Reputation: 362430

Bootstrap 4 (update 2019)

Scrolling Tabs in Bootstrap 4, or overflow to a dropdown: https://codeply.com/go/j2DdSGQg0s

Bootstrap 3 (original answer)

Here is a horizontal scrolling tabs example for Bootstrap 3. You may need to tweak the style of the next/prev arrows accordingly..

http://bootply.com/128029

Upvotes: 2

Related Questions