A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Larger gap between 2 modules
-
Hi,
how can I get a slightly larger gap between 2 top_right modules?
Where do I have to enter or change what?Thank you for your help.
greeting
Stefan(Translated with Google Translate)
-
In your custom.css file, apply this to one of the two modules, In this case, this is applied to the “lower” module of the two that are in “top_right”. Change MMM-EventHorizon to your modules name and adjust as needed.
.MMM-EventHorizon { margin-right: 0px; margin-left: 0px; margin-top: 20px; margin-bottom: 0px; }
-
Great, thank you very much!
It worked…greeting
Stefan -