Hi all, I’m still a noob at HA with very limited tech background. I’ve added entities in my picture card (basically all the lights and blinds) but I have too many entities that when viewed in mobile or tablet, the last few lightbulbs get cut off and I can’t access.
Wondering if there is a way to make them into 2 rows, or squeeze them in so that I can see all the icons in my tablet
I think that’s not possible, but you could use a picture-elements card: Picture Elements Card - Home Assistant. It allows positioning all such icons freely. It’s a bit of work to get the positions right, but should be possible to organize them in two rows.
Have you tried to understand how it works?
To find out what are these “.box div:nth-child(1) {” for?
Have you checked another examples on the link which was provided above?
Can you see a difference between these examples? Why “suns” go to left, “toggleable” entities go to right?
Instead, you are repeating “does not work” in several topics, even create a new topic for that.
Hint - add more temperatures & lights into your card (or just duplicate same entries) to make it more “crowdy”, play between “nth-child(1)” & “nth-child(2)” and see what happens.
This is card-mod, in most cases a user cannot use it by just “copy/paste”, you really need to understand a basis at least.
P.S. No intentions to offend you )). Hope these hints will help you.