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.

    Space between 2 modules

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 5 Posters 4.0k 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.
    • PointPubMediaP Offline
      PointPubMedia
      last edited by

      I trying to reduce the space between 2 modules at the same location!

      Bottom right!
      0_1470246287856_Capture.PNG

      I’m using MMM-ip and mmm-systemtemperature… I would like to be able to have no free space between these 2!

      1 Reply Last reply Reply Quote 0
      • O Offline
        onetwankyfive
        last edited by

        +1 for this… I toyed with the css and even tried to combine the modules into one, but no such luck

        1 Reply Last reply Reply Quote 0
        • MichMichM Offline
          MichMich Admin
          last edited by

          This should be possible with some custom css, but it might require some fiddling.

          1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer
            last edited by

            you can just put .module { margin-top: 10px;} in the custom.css this should work

            Please create a github issue if you need help, so I can keep track

            1 Reply Last reply Reply Quote 1
            • KirAsh4K Offline
              KirAsh4 Moderator
              last edited by

              That would affect all modules though. Just keep that in mind.

              A Life? Cool! Where can I download one of those from?

              1 Reply Last reply Reply Quote 0
              • MichMichM Offline
                MichMich Admin
                last edited by

                Using the classes property in the config you can add custom classes to a module. After that you can use:

                .custom-class {
                    margin-top: 10px;
                }
                
                1 Reply Last reply Reply Quote 3
                • 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