MagicMirror Forum

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

    I want to cut an Module

    Custom CSS
    3
    3
    212
    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.
    • N
      Noah007 last edited by Noah007

      Hello Guys,
      i have a problem with the Width of my Email Module and I thing it just is looking looking ugly.
      4637BB8A-66E7-4040-86F1-E8153F0620A7.jpeg

      I want the the Email Modules Line fits with the Line from the calender above it, it would be oke if the module just ende at this point, so something like just cut the module there, but i do not know how to do it.

      Please Help me, with the coding how i do that and how the css have to look like that this works.

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @Noah007 last edited by

        @Noah007

        This will remove the underline altogether. Not a fan of headers at all. Substitute your email module name.

        .MMM-PC-Stats header {
          border-bottom: none;
        }
        

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • H
          hango last edited by hango

          in custom.css put on termine module and email module (check your module css sintax)
          the same width, what you want, like this

          .termine.module, .email.module {
                width: 300px;
          }
          

          I have nothing to share!

          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