A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
need help moving a module to another region (noob)
-
My set up and modules are working perfectly. Thanks to all developers ! I’m just waiting for my 2 way mirror to be delivered. Anyway, how do I move this MM- Nest module to the right of the frame? If I try , “bottom_right” - it is too low. The perfect region for me is “lower_third” but I want it to the right instead of left.
Thanks!!
-
add
.region.lower.third { text-align: right; }
To your custom.css file, should do the trick
-
@broberg - thanks for the reply, I added it to my custom.css, but still no go. It is still at the same place.
-
figured it wouldn’t apply to the div, but try this :
.MMM-Nest { position: absolute; right: 0px; }