Hi everyone,
I have a Live Dashboard layout in my Glide app and I’ve been struggling with the content not using the full width of the screen. I found a previous post here where someone shared an HTML/CSS snippet to push the container to the edges of the screen, and I applied it, but it only moves the outer container wrapper to the edge. The columns inside stay the same width and in the same position as before, so there’s a lot of empty space on the sides and the layout doesn’t actually reflow to fill the screen properly.
What I’m trying to achieve: a full-width dashboard where the columns and components stretch or reposition to use the entire screen width, not just the container edge.
My app is built with a dark-themed Live Dashboard that includes multiple columns side by side (Crane Status, Today’s Activity, Today’s Lifts). It looks fine on a narrower view but on larger screens the content stays centred and narrow.
