For the big temp, use CSS
.headerTemp {
font-size: 36px;
font-weight: bold;
float: right;
right: .5ex;
margin-right: 5px;
margin-left: 15px;
margin-top: 25px;
top: 0.18em;
color: white;
}
.. the margin-top: controls how far down the heading the big-temp displays.
For the gizmo text, use
.subHeaderRight {
color: white;
font-size: 109%;
text-align: right;
margin: 0;
margin-top: 25px;
padding: 0.5ex 2ex;
}
.. again, the margin-top: controls how far down the gizmo display will be in the header.
The current conditions aren't showing since you are using Cumulus and have not set $SITE['conditionsMETAR'] in Settings-weather.php to fetch the conditions from a nearby METAR. See the
Cumulus plugin setup page for more information.
Best regards,
Ken