1

I'm trying to align the menu's in bootstrap navigation bar using ml-auto, But it is not working. Instead of that we can align the menu's using margin-left:auto in style tag. Why is bootstrap ml-auto is not working?

Deva Dathan
  • 13
  • 1
  • 3

1 Answers1

0

If you are using Bootstrap 5,

s - (start) for classes that set margin-left 
or padding-left in LTR, margin-right or padding-right 
in RTL

so, try using ms-auto
More info here.

Kuldeep J
  • 382
  • 5
  • 12