Read the statement by Michael Teeuw here.
MMM-Jeedom - align to left
-
@sdetweil said in MMM-Jeedom - align to left:
.MMM-Jeedom .time.align-right
{
text-align: left;
}Works great, in custom.css instead main.css :)
Thank you for your help -
-
Hi again,
Finally, I’ve a problem.The modification is applied to all jeedom module, not only on the bottom left one.
Is anything possible to apply only the align left to the jeedom module on bottom left only ?
I want to keep the align right for the jeedom module on bottom_right
Thx.
-
@selyjohns read this and the next two posts
https://forum.magicmirror.builders/topic/15967/weather-vs-weather-forecast-font/2?_=1638979293900
#identifier .time.align-right { text-align: left; }
-
@sdetweil said in MMM-Jeedom - align to left:
#identifier .time.align-right {
text-align: left;
}yep
Works perfectly with the identifier of the two module#module_9_MMM-Jeedom .time.align-right { text-align: left; } #module_10_MMM-Jeedom .time.align-right { text-align: left; }
Thank you…again :) !
Have a nice week-end -
@selyjohns little warning. if u add a module to the list in front of those two, their identifiers will change
-
@sdetweil it’s ok, thx