A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Moving elements of modules
-
Hi there.
Can anyone give me any advice in regards to moving parts of modules. I’m looking to center the album art over the description. > Move the album are to the right.
Here are a couple screen shots to clarify.
Any help would be incredible.Thank you so much
-
@nneuland look at the classes for discog_cover and discog_wrapper
-
@sdetweil ok.
I assumed this would require a modification to the custom css, but I was able to move in the Discog.css.
Thanks again Sam
-
@nneuland you should have put in custom.css… not modify module file…
cause later if the module is updated, the git pull to update will fail cause the modified file would be overwritten by the file the module owns
in custom.css just add
.modulename in front of the identifier .MMM-Discog .classname ?????? { ... .. .. }