MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.
CSS-Isue
-
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?
-
@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; }
-
Worked! Thanks for helping…