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.

    Moving a fixed module

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 4 Posters 3.7k Views 4 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer
      last edited by

      Going to need the custom.css for this… I would imagine that using

      .Module_name {
      margin-top: xx;
      }
      

      or

      .Module_name {
      padding-top: xx;
      }
      

      would work…

      johnnyboyJ 1 Reply Last reply Reply Quote 2
      • johnnyboyJ Offline
        johnnyboy @cowboysdude
        last edited by johnnyboy

        This post is deleted!
        johnnyboyJ 1 Reply Last reply Reply Quote 1
        • johnnyboyJ Offline
          johnnyboy @johnnyboy
          last edited by johnnyboy

          This post is deleted!
          cowboysdudeC strawberry 3.141S 2 Replies Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer @johnnyboy
            last edited by

            @johnnyboy said in Moving a fixed module:

            .Module_clock

            I would try .Module_clock like this:

            .Module_clock {
            margin-top: 20px;
            }
            

            Move the number to whatever works for you ;)

            1 Reply Last reply Reply Quote 1
            • strawberry 3.141S Offline
              strawberry 3.141 Project Sponsor Module Developer @johnnyboy
              last edited by

              @johnnyboy in your case it is .clock { margin-top: 20px;}

              Please create a github issue if you need help, so I can keep track

              1 Reply Last reply Reply Quote 2
              • 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