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.

    Possible to have two modules in the top bar without the second one shuffling down?

    Scheduled Pinned Locked Moved Unsolved Feature Requests
    3 Posts 3 Posters 586 Views 3 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.
    • A Offline
      asc11
      last edited by

      I am trying to put two modules in the top bar but I can’t figure out how to put them in without the second one shifting down automatically. I would like them to sit on top of each other instead. I.e. an image in the background with another module in front of it. Is this possible?

      S BKeyportB 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @asc11
        last edited by

        @asc11 by default no. each area is a top down list

        now, you CAN use css to make the second move to the right. see float

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer @asc11
          last edited by

          @asc11 It’s easy CSS to do, so, not needed to be a feature request. In my mirror, I have 3 side by side.

          /* adjust modules to display side by side */
          .MMM-FlipClock, .MMM-Worldclock, .MMM-Multimonth {
          	display: inline-flex;
          }
          

          The "E" in "Javascript" stands for "Easy"

          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