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.

    Nudging a Module to different location?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 3 Posters 196 Views 3 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.
    • D Offline
      Durahl
      last edited by

      Greetings!

      I need to move the middle_center Module a bit further down as it is overlapping the top_center one.

      How would I achieve this?

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

        @Durahl you could increase its top margin or border

        Use the developers window elements tab to locate and test css to discover what should go in custom.css

        See the second link in my signature below

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        plainbrokeP 1 Reply Last reply Reply Quote 1
        • plainbrokeP Offline
          plainbroke @sdetweil
          last edited by plainbroke

          @Durahl

          Here is a little example of What Sam said to do.
          Not sure what module you are trying to do that with but this will give you the idea of what to tweak in the ctrl+shift+i screen.

          .MMM-Cocktails {
                  Margin-top: 30px;
                  Margin-left: 140px;
                  Margin-right: 120px;
          }
          

          Hope this makes it a little clearer for you.
          PS:
          You can look in the modules css file for the .XXX-XXXXX name to use if you have the same difficulty I do with the window thingy… <— Technical term.

          Slow learner. But trying anyways.

          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