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.

    Different calendars result in different layouts!?

    Scheduled Pinned Locked Moved Custom CSS
    6 Posts 2 Posters 731 Views 2 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 Do not disturb
      sdetweil @wmx
      last edited by

      @wmx remember that top bar is all the way across the screen, while left and right are not

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @sdetweil
        last edited by sdetweil

        @wmx so you have two stacked, all the way across, title centered, content left/right aligned (in area)

        .region.bar {
          width: 100%;
          text-align: center;
        }
        

        two stacked, title left text aligned , content left/right aligned (in area)

        top-center is not used

        and two stacked, title right text aligned, content left/right aligned (in area)

        each calendar creates an HTML table

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        W 1 Reply Last reply Reply Quote 0
        • W Offline
          wmx @sdetweil
          last edited by wmx

          @sdetweil said in Different calendars result in different layouts!?:

          .region.bar {
          width: 100%;
          text-align: center;
          }

          If I add this css snippet to custom.css nothing changes!?

          Is there a way to format each column in each calendar (table) with css?
          How do I address one single calendar with css?

          S 2 Replies Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @wmx
            last edited by

            @wmx I was showing that top bar goes all the way across 100%
            that is the existing css

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @wmx
              last edited by sdetweil

              @wmx I do not know how to target one calendar.

              yes there are ways to target specific elements in specific spot in the dom tree. I have to search for it every time.

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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