A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Possible to have two modules in the top bar without the second one shuffling down?
-
I am trying to put two modules in the top bar but I can’t figure out how to put them in without the second one shifting down automatically. I would like them to sit on top of each other instead. I.e. an image in the background with another module in front of it. Is this possible?
-
@asc11 by default no. each area is a top down list
now, you CAN use css to make the second move to the right. see float
-
@asc11 It’s easy CSS to do, so, not needed to be a feature request. In my mirror, I have 3 side by side.
/* adjust modules to display side by side */ .MMM-FlipClock, .MMM-Worldclock, .MMM-Multimonth { display: inline-flex; }