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 385 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

      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.

      lavolp3L 1 Reply Last reply Reply Quote 0
      • lavolp3L Offline
        lavolp3 Module Developer @matelot20
        last edited by lavolp3

        @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
        • First post
          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