Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    CSS-Isue

    Troubleshooting
    2
    3
    1093
    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
      psteimann last edited by

      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?

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

        @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;
        }
        1 Reply Last reply Reply Quote 2
        • P
          psteimann last edited by

          Worked! Thanks for helping…

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy