I've been working on a metro tile slider, but I'm encountering some issues with its responsiveness.
Here is the progress I've made so far:
The main problem I'm facing is that the tiles do not align horizontally unless I enclose them in a div with a width of 1000px.
Furthermore, the tiles are not adjusting properly to different screen sizes. This could be due to the fixed pixel width I set for the enclosing div, but I suspect there may be other underlying factors contributing to this issue. Ideally, I would like the tiles to remain stacked horizontally and simply shrink when viewed on mobile devices.
I used the Tile Builder plugin in Wordpress to create these tiles. If you look at their example on a mobile device, you'll see that it scales down accordingly, which is the behavior I am aiming for:
I've spent quite some time tweaking the surrounding div, the widget area, and even the theme itself, but nothing has proven successful so far. Hopefully, someone else can lend me a fresh perspective and help me solve this challenge...