@sdetweil
Sorry took so long to get back to the forum.
I figured it out, using my default trial and error method.
Here is what I ended up with and it fills the screen now.
.MMM-PirateSkyForecast .module-content {
width: 1820px;
}
.MMM-PirateSkyForecast .wrapper.table .forecast-container {
display: table;
border-collapse: collapse;
width: 100%;
font-size: 34px;
line-height: 35px;
border-bottom: solid 1px #222;
}
.MMM-PirateSkyForecast .wrapper.table .forecast-container .forecast-item > span,
.MMM-PirateSkyForecast .wrapper.table .forecast-container .header-row > span {
display: table-cell;
font-size: 34px;
text-align: center;
vertical-align: middle;
height: 40px;
}
.MMM-PirateSkyForecast .wrapper.table .forecast-container .header-row > span {
height: 32px;
font-size: 28px;
text-transform: uppercase;
vertical-align: bottom;
padding-bottom: 2px;
}
.MMM-PirateSkyForecast .wrapper.table .forecast-container .forecast-item .forec>
width: 60px;
height: 60px;
display: block;
vertical-align: middle;
}
I never can figure out the window elements tab thingy.
Just in case someone else needs this information in the future…