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

Moving a fixed module

Scheduled Pinned Locked Moved Troubleshooting
10 Posts 4 Posters 3.6k 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.
  • C Offline
    cowboysdude Module Developer
    last edited by Feb 22, 2017, 3:10 PM

    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…

    J 1 Reply Last reply Feb 22, 2017, 3:16 PM Reply Quote 2
    • J Offline
      johnnyboy @cowboysdude
      last edited by johnnyboy May 9, 2017, 8:58 PM Feb 22, 2017, 3:16 PM

      This post is deleted!
      J 1 Reply Last reply Feb 22, 2017, 3:28 PM Reply Quote 1
      • J Offline
        johnnyboy @johnnyboy
        last edited by johnnyboy May 9, 2017, 8:58 PM Feb 22, 2017, 3:28 PM

        This post is deleted!
        C S 2 Replies Last reply Feb 22, 2017, 3:33 PM Reply Quote 0
        • C Offline
          cowboysdude Module Developer @johnnyboy
          last edited by Feb 22, 2017, 3:33 PM

          @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
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @johnnyboy
            last edited by Feb 22, 2017, 10:25 PM

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