Read the statement by Michael Teeuw here.
Shrink font size or limit column width to preserve spacing
-
Re: MMM-NHL
I’m trying to limit the width of this module to 300 px, since it is wider than my other modules and completely throws off the spacing on my mirror. I don’t know much, but I’ve tried adding this to the MMM-NHL.css or custom.css but it doesn’t seem to have much of an effect.
.MMM-NHL .column { width: 300px; }
and other similar things for limiting the top.right region, but nothing has worked - as soon as MMM-NHL loads, it immediately widens the column.
Any ideas how to force the column to be smaller, or to shrink the font size of the module?
-
@amarko87 I don’t know exactly but, read this on how to use the dev console to determine the right css setting
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1650238102931
-
Got what I needed out of that, thanks!