MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
region.lower.third move downward
-
I would like region.lower.third move downward, if I do that main.css
.region.lower.third { top: 78%; }
original 66% does it work
if I do custom.cssregion.lower.third { top: 78%; }
it will not be changed .
is my spelling wrong? -
In your second code example you are missing the . for region.
Make sure you copy paste the code exactly, dots and hashes are important