Questions tagged [nav-pills]
84 questions
0
votes
1 answer
Bootstrap Nav Pills content width
I am using Bootstrap pills with two tabs. I want the container for tab content to have a different width. I don't know how to do that. tab-content sets both width. I need tab1 container to be 600px wide, and tab2 to be 800px.
…

Sofia Lazrak
- 264
- 5
- 18
0
votes
1 answer
Pills with dropdown in Bootstrap5 works only once
I want to use pills with dropdown and tabs in Bootstrap5. I want to show the related tab when clicking the dropdown item in pills. It works but only once. After clicked an item in dropdown it comes to active, after click the new one, the old one…

Ziya Sarı
- 31
- 4
0
votes
0 answers
Content not displaying on right side of vertical nav menu with nested sub-menu
Regarding bootstrap-4 nav menus, can someone please advise how to fix the nested submenus so the corresponding content - "Link button 1" "Link button 2" etc. - shows up to the right of the submenu instead of below the submenu?

onmrc
- 1
- 1
0
votes
1 answer
Bootstrap Nav-pills not working correctly
I am using one main nav-menu and then a second nav-menu, the content for all these are within the same div.
Once I enter the page, Profile is active on default which is correct, I can then enter Test which then becomes active, as expected.
However,…

massideux
- 165
- 3
- 12
0
votes
2 answers
Navpills to be aligned on right in media min-width: 900px
Pills must be right-aligned only in laptop and to be left on phone and my code is:
LAPTOP MODE
PHONE MODE
Code