• 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.

Spacing question

Scheduled Pinned Locked Moved Custom CSS
2 Posts 2 Posters 378 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.
  • M Offline
    matelot20
    last edited by matelot20 Apr 26, 2020, 2:21 AM Apr 26, 2020, 2:20 AM

    I’ve trying to understand spacing with CSS and have been using background-color to see where each layout fits on the screen. I notice that the bottom bar and lower sections always have spaces between the 2 areas. No matter what I use margin, padding or border=0px to close the gap, it doesn’t do anything. Is it normal that there must be spacing between each section? What code should I use to close the gap between bottom_bar and bottom_left/right. Thanks.

    L 1 Reply Last reply Apr 26, 2020, 6:16 AM Reply Quote 0
    • L Offline
      lavolp3 Module Developer @matelot20
      last edited by lavolp3 Apr 26, 2020, 6:17 AM Apr 26, 2020, 6:16 AM

      @matelot20 what you see is most probably the margin of the modules
      Try changing that

      .bottom_bar .module {
        margin: 0;
      }
      

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

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