Read the statement by Michael Teeuw here.
Change module position
-
Hello,
I know that can change the position from the modul of the right to the left ,bottem.
I can change them exactly px ? even if the module has no style.css.
because I want to have on the left side more modulessorry for my bad English
-
@samydp those are all valid positions you can enter in the config.js https://forum.magicmirror.builders/topic/286/regions
however you can make your custom layout in
~/MagicMirror/css/custom.css
-
perfect! how do I link the file created in the config? I can also change the font?
-
@samydp you don’t need to link the custom.css file it’s already working with the content in this file
of course you can change the font as well
-
Perfekt:)
can i with the help of .modulname in the Main chance the position of the individual modules?
For example:.Clock (Modul Name)
Left : 100 px,
Top:50 px -
@samydp the module name is case sensitive so you have to write it like in the config file e.g. in your case it would be
.clock
.clock{ left : 100 px, top:50 px }
also think about using
position
with the valuesfixed, absolute or relative
-
Thank you for your help!! language I could change only in what config I make the position of the modules
-
sorry I couldn’t get your question
-
@strawberry-3-141 I tried putting this into cutstom.css and changing the left and right px . But nothing happened . I want to shift my clock to the right a little for alignment . Is there anything I’m doing wrong ? Thank you .