Many discussions have come up regarding partially collapsing Bootstrap navbars, such as:
Item1 Item2 Item3 Item4 Item5
Is it possible to achieve the following collapsed format:
Item1 Item2 Item3 =menu=
Or:
=menu= Item3 Item4 Item5
This method typically involves using two navbars where one collapses and the other remains visible.
However, I am interested in collapsing a single navbar, specifically when certain items are not located at the edges:
Item1 Item3 Item5 =menu=
Can this customization be achieved with Bootstrap 5?