Is there a way to customize the alignment of the bootstrap navbar drop-down
? Currently, the drop down menu always starts from the right corner. I would like to set a specific starting point for the drop-down
.
You can view an example in this Fiddle.
When clicking on the menu, the drop down always appears at the far right. Is it feasible to adjust the first menu drop down to start at a margin left? Ideally, I would like the drop down to align with the menu where it was clicked rather than starting completely from the right.