Is the height of the card adjustable? #170
-
Hello everyone, is there a way to adjust the height of a card? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
hey - you could override the grid pattern using the CSS overrides, and have it only be two grid rows instead of 4. see this discussion for some examples: #142 |
Beta Was this translation helpful? Give feedback.
-
Not sure if im doing something wrong but the card height isn't changing (Example below). Im using "Sections" and if I change the height manually using the UI "Layout option" then it makes the entities (ie. lights, etc) really small. Then if I try yaml per the below, the card height doesen't respond to the aspect ratio or grid rows, etc. type: custom:room-summary-card |
Beta Was this translation helpful? Give feedback.
-
Thank You. I think I just needed to use the available styles section within the card. I was doing the styles manually at the bottom which wasn't working but it worked great through the UI. THanks! |
Beta Was this translation helpful? Give feedback.
you will need to add !important sometimes to override a style. but your styles see solid