You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Complete Home Assistant noob, so I'm not sure of the etiquette for posting this. Excuse any format errors. I know it's not an actual Issue, but I thought it might help someone. I've just spent the last couple days messing with theme files trying to align the cards vertically so thought I'd share this solution. This might be obvious to veteran user but figured it might help a noob. Please note I'm using the update fork cremp has kindly created https://github.com/crempp/banner-card but I have placed here as this is where users seem to be.
I've included this as it includes some extras I pieced together, but it an ordinary card would work fine as well. It's only really the cards with icons that the height gets thrown off.
Finished/fixed
Thanks.
The text was updated successfully, but these errors were encountered:
Hi. Complete Home Assistant noob, so I'm not sure of the etiquette for posting this. Excuse any format errors. I know it's not an actual Issue, but I thought it might help someone. I've just spent the last couple days messing with theme files trying to align the cards vertically so thought I'd share this solution. This might be obvious to veteran user but figured it might help a noob. Please note I'm using the update fork cremp has kindly created https://github.com/crempp/banner-card but I have placed here as this is where users seem to be.
I'm using kibibit theme https://github.com/Kibibit/hass-kibibit-theme
The problem.
The solution.
I installed both mod-card and layout-mod via HACS.
I selected the View Type Grid (layout card) in the Dashboard editor and gave it the variable
grid-template-columns: 33% 33% 33%
There's probably a better way to divide into three but this worked.
Then in the actual card I applied the following from card-mod
So a full card would look like this
I've included this as it includes some extras I pieced together, but it an ordinary card would work fine as well. It's only really the cards with icons that the height gets thrown off.
Finished/fixed
Thanks.
The text was updated successfully, but these errors were encountered: