MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Moving elements of modules

    Scheduled Pinned Locked Moved Custom CSS
    4 Posts 2 Posters 679 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      Nneuland
      last edited by

      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.discogs_move.jpg code_discogsmove.jpg

      Here are a couple screen shots to clarify.
      Any help would be incredible.

      Thank you so much

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Nneuland
        last edited by

        @nneuland look at the classes for discog_cover and discog_wrapper

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        N 1 Reply Last reply Reply Quote 0
        • N Offline
          Nneuland @sdetweil
          last edited by

          @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

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Nneuland
            last edited by

            @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  ?????? {
            ...
            ..
            ..
            }
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy