If you want to do that with the three different Modules you have to do a little change in the MMM-EveryNews.css file of each module:
.MMM-EveryNews .header {
color: cyan; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want title text */
}
.MMM-EveryNews .source {
color: cyan; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want title text */
}
.MMM-EveryNews .title {
color: cyan; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want title text */
}
.MMM-EveryNews .photo {
width: 350px; /* Maximum width of image */
height: 350px
padding: 0px; /* Nudge image */
float: left; /* Align the picture. (left, center, right) */
}
.MMM-EveryNews .description {
color: cyan; /* Color the information. Default is white. */
text-align: center; /* Align the information. (left, center, right) */
font-size: 18px;
/* display: none; */ /* Uncomment if you don't want descriptive information */
}
For the Module MMM-EveryNews2 you have to chnage .MMM-EveryNews to .MMM-EveryNews2
The same with MMM-EveryNews3 and so on.
I think the modules should have all the same size then.