Hi,
after reading the forum and quite a lot of different versions of my custom.css I did not get it working so I´m asking for your help.
Here my modules:
weatherforecast -> top_right
MMM-RadioDE -> top_right
I would like to get some space between the modules. What do I need to enter in my custom.css?
.MMM-RadioDE{
padding-top : 800px;
margin-top : 100px
}
.MMM-RadioDE .region.top.right{
padding-top : 800px;
margin-top : 100px
}
.region.top.right .MMM-RadioDE{
padding-top : 800px;
margin-top : 100px
}
.MMM-RadioDE .region.top{
padding-top : 800px;
margin-top : 100px
}
… I tried so many different things…
(800px and 100px are just values to see any difference)