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.

    Enlarging clock causes overlap

    Scheduled Pinned Locked Moved Custom CSS
    4 Posts 2 Posters 948 Views 1 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.
    • S Offline
      smartroad
      last edited by

      Hi all!

      I have been making a new installation and am having issues with the clock. I have the screen in a portrait position and I want the clock to be displayed at the top taking up the whole width so it can been seen clearly across the room. The issue I am having is that although I found out about the ability to use the custom.css file to tweak things like the font size, it is now overlapping other modules and the date dissapears off of the top of the screen:

      alt text

      Is there anyway to get the the date closer to the clock and move the other modules below the “top_bar” where the clock is now?

      Many thanks!

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        smartroad @smartroad
        last edited by

        @smartroad okay figured out the spacing issue, added:

        .region.top .container {
          margin-bottom: 275px;
        }
        

        and now have the calendar and waether spaced below the clock. Still not sure how to move the date closer to the clock though

        S 1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • S Offline
            smartroad @smartroad
            last edited by

            Wooo sorted :D

            .clock .time{
            /*transform: scale(5);*/
            font-size:300px;
            }
            
            .clock .date {
            font-size: 75px;
            margin-bottom:75px;
            }
            
            .region.top .container {
              margin-bottom: 200px;
            }
            

            results in:

            alt text

            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