• 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-Isue

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 1.6k 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.
  • P Offline
    psteimann
    last edited by Aug 31, 2017, 9:12 PM

    Hi,

    I want to change the css, so that the compliments (in region lower-third) will be shown in a bit lower position. (margin-top?)

    I trid different things, but it did not work.

    Where and can i do this modification in the main.css?

    M 1 Reply Last reply Aug 31, 2017, 9:45 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @psteimann
      last edited by Aug 31, 2017, 9:45 PM

      @psteimann said in CSS-Isue:

      Where and can i do this modification in the main.css?

      It’s not recommended that you edit the main.css file. However, you can edit the custom.css file at your pleasure, and gain the same results.

      With that, in your custom.css file, add the following entry and adjust the value accordingly:

      .compliments {
        margin-top: 200px;
      }

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • P Offline
        psteimann
        last edited by Sep 1, 2017, 10:33 AM

        Worked! Thanks for helping…

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