My IOT temperature monitoring device has a “dashboard” with numerous critical features which I am reluctant to give Admin access in case anyone selects the remote “Reset Device” feature!
This screenshot shows the hidden features in the left-hand menu which work as expected on all responsive platforms.
Recently a live “Share” option was introduced which I can confidently supply the link unfortunately…
Responsive Layout Problem
Desktop rendering is the problem because the empty left-hand menu container pushes both the graph and summation to the far right-hand side of the screen. Mobile works fine because a responsive “Hamburger” menu hides the left-hand menu.
I strongly dislike using !important, but for CSS that I have no control over to change I have used it before. eg. user scripts working with sites not my own.
It goes after any rule you want to “force” eg.
padding-left: 5px !important;
If that isn’t enough you could try using every id possible in the selector path.
Unfortunately the suggested change was not easy because the Share.php file included a header.php file which had the DOCTYPE, header, styles and even the top logo