MagicMirror Forum

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

    Screen Margins?

    Troubleshooting
    2
    3
    2041
    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.
    • V
      valid8r last edited by

      If I want my modules to use up all of my screen real-estate, how do I make the “top-left” equate to the far left, upper corner of my monitor? Is it the CSS file I need to modify?

      1 Reply Last reply Reply Quote 0
      • W
        Wedee last edited by

        Try modifying the custom.css and add…

        body {
        margin: 0px;
        height: 100%;
        width: 100%;
        }

        Reboot and see what you get. custom.css is where you should add the code as its loaded last and overrides the settings in the specific css files. This way you can update modules and not lose any custom work.

        V 1 Reply Last reply Reply Quote 2
        • V
          valid8r @Wedee last edited by

          @Wedee Perfect! Thank you.

          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