Trying to design a responsive navbar with Bootstrap 5, but facing an issue. Want the logo on the left and nav-links on the right, yet 'navbar-expand-lg' aligns both on the left side. I tried using the 'ml-auto' class in the ul tag, but it didn't work. Any suggestions?
Note: Seems like 'mr-auto' and 'ml-auto' classes are not functioning as expected in Bootstrap 5.