Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Space between 2 modules

    Troubleshooting
    5
    6
    3245
    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.
    • PointPubMedia
      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
        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
        • MichMich
          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.141
            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

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

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

              1 Reply Last reply Reply Quote 0
              • MichMich
                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 2
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy