MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Larger gap between 2 modules

    Troubleshooting
    2
    4
    271
    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.
    • C
      Cetax last edited by

      Hi,
      how can I get a slightly larger gap between 2 top_right modules?
      Where do I have to enter or change what?

      Thank you for your help.

      greeting
      Stefan

      (Translated with Google Translate)

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @Cetax last edited by

        @Cetax

        In your custom.css file, apply this to one of the two modules, In this case, this is applied to the “lower” module of the two that are in “top_right”. Change MMM-EventHorizon to your modules name and adjust as needed.

        .MMM-EventHorizon {
          margin-right: 0px;
          margin-left: 0px;
          margin-top: 20px;
          margin-bottom: 0px;
        }
        

        44.png

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 1
        • C
          Cetax last edited by

          Great, thank you very much!
          It worked…

          greeting
          Stefan

          Mykle1 1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @Cetax last edited by

            @Cetax

            You’re welcome, mate. 👍

            You can mark this topic solved.

            Create a working config
            How to add modules

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy