Hi All,
Is there a way to adjust the order that items enter the more (hamburger) menu?
At the moment they enter in the order that they appear in the list (complicated in my case because I am using a float right for some elements)
In the below example 1 is left floated while 2 - 6 are right floated
1 2 3 4 5 6
When creating them I have to add them in this sequence
1 6 5 4 3 2
Because of that 2 is first into the more menu. I would like the order of the more menu to be the same as the displayed order. I suppose one way would be to work out a way to not need the right float and then they would shuffle into the more menu in the right order.
Regards
Jon