Hey - n00b question,
I’ve tried doing calling modules such as MMM-MoonPhase to position them exactly and create custom backgrounds for that specific module through custom.css but I can’t get it working… Should I be editing only the modules CSS file?
The position and the background are probably separate issues to tackle right?
.module.MMM-MoonPhase {
position: absolute;
left : 400px;
top : 100px;
background: #545454;
}