A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Moving a fixed module
-
This post is deleted! -
@johnnyboy said in Moving a fixed module:
… move the Weather Module down a touch?
Sorry, I don’t understand. Can you upload a screenshot, that would be helpful?
-
This post is deleted! -
Going to need the custom.css for this… I would imagine that using
.Module_name { margin-top: xx; }
or
.Module_name { padding-top: xx; }
would work…
-
This post is deleted! -
This post is deleted! -
@johnnyboy said in Moving a fixed module:
.Module_clock
I would try .Module_clock like this:
.Module_clock { margin-top: 20px; }
Move the number to whatever works for you ;)
-
@johnnyboy in your case it is
.clock { margin-top: 20px;}