Showing 1 – 1 of 1 replies
fets69

Im trying to have a nav bar with only a […]

fets69 PURCHASED
3 years ago
Hello, im trying to have a nav bar with only a logo on the left and a dropdown on the right with flags for languages selection, no text, so it takes very little space.
for this reason i would like the nav bar not to collapse, and the dropdown still visible on the right , without the icon-bars showing up,
but can't find a solution! is it possible?
BlackrockDigital
2 years ago
You can remove the collapse behavior of the navbar by removing the classes associated with the navbar responsiveness. You can remove the .collapse and .navbar-collase classes from that element, as well as the .navbar-main-collapse class. From there, you would need to restyle the responsive, collapsed appearance of the navigation. Hopefully this helps!