• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Screen Margins?

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 2.7k Views 2 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.
  • V Offline
    valid8r
    last edited by Dec 9, 2016, 1:12 AM

    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 Offline
      Wedee
      last edited by Dec 9, 2016, 1:38 AM

      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 Dec 10, 2016, 10:40 AM Reply Quote 2
      • V Offline
        valid8r @Wedee
        last edited by Dec 10, 2016, 10:40 AM

        @Wedee Perfect! Thank you.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          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