A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Embed URL centered on fullscreen_above?
-
@BKeyport also, you should be able to see the html element used to display the web view in the developers window elements tab and relocate it w css
-
@sdetweil Indeed, I can see it in develop mode, but everything I’ve tried has failed, which is why I’m here.
-
@BKeyport I’m sure you need
.MMM-EmbedURL Element-name { position :absolute; left:10vw; /* move 10% towards the right +/ } -
@BKeyport
Instead of setting the spacing with absolute values (like sam does) you can try to set the wrapper which contains the embedded elements to add equal spacing if the elements do not need the whole space.
The wrapper is a flexbox container:.MMM-EmbedURL .embed .embededSubWrapper0 { justify-content: center; } -
@wishmaster270 Doh! Was using the wrong css item.
<internally screaming at CSS>
