It looks as though the HideAtMedia only supports simple media queries i.e.
"(min-width: 800px)".
It would be good to be able to support complex media queries like "
(max-width: 1400px) and (min-width: 1200px),(min-width: 800px)"
When using with Bootstrap, you may have the grid within a div, and that div is half screen (col-xl-6 col-lg-12) on larger screens, but full screen on smaller. In this instance, I want to hide columns when the screen gets narrow at half screen, and also narrow at full screen.
Can anyone think of any other way to mange this?