• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 Aug 20, 2018, 4:22 PM

    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 Aug 20, 2018, 4:36 PM Reply Quote 0
    • ? Offline
      A Former User @jorgeb1502
      last edited by Aug 20, 2018, 4:36 PM

      @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 Aug 20, 2018, 8:08 PM Aug 20, 2018, 8:08 PM

        @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
        • C Offline
          cowboysdude Module Developer
          last edited by Aug 21, 2018, 1:39 AM

          @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 Aug 21, 2018, 9:22 AM Reply Quote 3
          • J Offline
            jorgeb1502 @cowboysdude
            last edited by Aug 21, 2018, 9:22 AM

            @cowboysdude
            Thanks! Finally did it!

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            1 / 1
            • First post
              1/5
              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