MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Left column seems bigger than left side

    Development
    2
    5
    2072
    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
      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.141 1 Reply Last reply Reply Quote 0
      • strawberry 3.141
        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
          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.141 1 Reply Last reply Reply Quote 0
          • strawberry 3.141
            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
              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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy