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.

    Left column seems bigger than left side

    Scheduled Pinned Locked Moved Development
    5 Posts 2 Posters 2.7k 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
      ak-media
      last edited by

      I have placed the Clock, Calendar an Traffic on the “top_left” side. Weather, Local Transport an MMM-Soccer at “top_right”.

      The modules on the left side are approximately twice as wide than the right side.
      So how can I fix this? An how comes, that the left column is wider than the right one?

      As far as I can see, there is no line in the main.css, that says that the left column has to be wider than the others…

      Any suggestions?

      Cheers
      Andi

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @ak-media
        last edited by

        @ak-media the regions width is not fixed, it gets stretched to the widest module in that specific region.

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

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          ak-media @strawberry 3.141
          last edited by

          @strawberry-3.141
          Ahhh, so I have to look for the widest module to fix this…

          strawberry 3.141S 1 Reply Last reply Reply Quote 0
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @ak-media
            last edited by

            @ak-media you can also set a max-width for a module in custom.css

            .MODULE_NAME {
                max-width: 150px;
            }
            

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

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              ak-media @strawberry 3.141
              last edited by

              @strawberry-3.141
              Wonderful! That’s how i’ll fix this.
              Thank you very much!

              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