Thanks Ben, that works !
Just … all the code samples I found so far for changing the order shown on mobiles or tablets use the max-width parameter with px like you did in “@media all and (max-width: 899px)”.
The resolutions of mobiles and tablets are becoming higher and higher, and the sizes of the mobiles and tablets vary too.
So I am wondering if there is a better way to configure this.
Something like screen size in mm.
But also in case there would be something like a mm configuration, what if the user doesn’t see good and did set the font size of his tablet / mobile phone to max size.
In those cases you should probably have a “max-width” param higher than the default
So what would be the best approach from your point of view?
Your feedback would be very welcome!
Thanks so much
Tom