A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Nudging a Module to different location?
-
Greetings!
I need to move the middle_center Module a bit further down as it is overlapping the top_center one.
How would I achieve this?
-
@Durahl you could increase its top margin or border
Use the developers window elements tab to locate and test css to discover what should go in custom.css
See the second link in my signature below
-
Here is a little example of What Sam said to do.
Not sure what module you are trying to do that with but this will give you the idea of what to tweak in the ctrl+shift+i screen..MMM-Cocktails { Margin-top: 30px; Margin-left: 140px; Margin-right: 120px; }
Hope this makes it a little clearer for you.
PS:
You can look in the modules css file for the .XXX-XXXXX name to use if you have the same difficulty I do with the window thingy… <— Technical term.