Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Center Position is ignored and aligned to left position #15

Open
Black-Zero opened this issue Mar 21, 2021 · 1 comment
Open

Center Position is ignored and aligned to left position #15

Black-Zero opened this issue Mar 21, 2021 · 1 comment

Comments

@Black-Zero
Copy link

Describe the bug
Configure a center position. It will get ignored and Module will be aligned to left position. Additional the headline line will be across the whole screen.

To Reproduce
Steps to reproduce the behavior:

  • Configure a center position.

Expected behavior
Module will be at this position

Desktop (please complete the following information):

  • Raspberry 3B+ with installed Image of MagicMirror
@greedyvegan
Copy link

greedyvegan commented Feb 27, 2024

I've found a solution, in the custom css file add:

margin-left: auto;
margin-right: auto;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants