Read the statement by Michael Teeuw here.
middle_left, middle_center, middle_right
-
@evroom
You can escape MM’s region boundary usingposition:absolute;
or
position:relative;
But you should have some knowledge or experience about CSS.
-
@Sean,
Thanks.
Just starting to understand a little bit about CSS, so better to try different options.
One being:Multiple modules with the same position will be ordered based on the order in the configuration file.
I will order my modules in the config.js, as there are now placed randomly, and then see if it fits my expectations.
-
I added a module that has a black background, and its background is covering other modules… the z-index isn’t working from custom css and I can’t change its transparency.
(I’ve tried changing the other module’s z-index to no avail)can I change the position from “middle_center” to “middle_center_below”?
(
thanks
-
@greedyvegan no we don’t have a position like that
and starting w ver 2.29 we check the positions against what is defined in index.htmlwhere are you putting the z-index? in css, on what element
see the second link in my sig below for using the dev window elements tab
also set your module background the some non black color so you can see it
-
@sdetweil said in
where are you putting the z-index? in css, on what element
- .MMM-Globe {;z-index:-1;
background-color: transparent !important;}
see the second link in my sig below for using the dev window elements tab
also set your module background the some non black color so you can see it
- it is
- .MMM-Globe {;z-index:-1;
-
“fullscreen_below” fixed it, thanks
-
-