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.

    CSS-help

    Scheduled Pinned Locked Moved Development
    5 Posts 3 Posters 1.5k 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.
    • J Offline
      jorgeb1502
      last edited by

      I have a problem with the text being bunched together, how do I make it have some spaces between the different elements?

      0_1534782164102_Skjermbilde 2018-08-20 kl. 18.20.54.png

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @jorgeb1502
        last edited by

        @jorgeb1502
        give a padding inside box model.

        .your_target_className {
          padding-right:10px;
        }
        

        just example.

        1 Reply Last reply Reply Quote 1
        • J Offline
          jorgeb1502
          last edited by jorgeb1502

          @sean
          How do I create one and how do I use it? I’m kind of new to this.

          1 Reply Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer
            last edited by

            @sean said in CSS-help:

            .your_target_className {
            padding-right:10px;
            }

            If all you need is that one entry you can put it in your custom.css file located in the css directory of magicmirror like this…

            .MMM-Whateveryourmodulenameis .your_target_className {

            padding-right:10px;

            OR add this to your module:

                  getStyles: function() {
                   return ["MMM-Whateveryourmodulenameis.css"];
                   },
            

            Then create a css file named like the above and enter your info in that…

            Like I said if you only need that one entry I’d just shove into my custom.css file…

            J 1 Reply Last reply Reply Quote 3
            • J Offline
              jorgeb1502 @cowboysdude
              last edited by

              @cowboysdude
              Thanks! Finally did it!

              1 Reply Last reply Reply Quote 1
              • 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