MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. shin10
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: CSS Help

      Just use

      .region.top.bar .module {
          display: inline-block;
      }
      

      or even better, explicitly the modules you want in one line (to avoid notifications shifting everything to the left in case they pop up)

      .MMM-FlipClock, .MMM-Worldclock {
          display: inline-block;
      }
      

      (*oops - edited)

      posted in Custom CSS
      S
      shin10
    • 1 / 1