To move the City down:
Open Widget.html.
Look for this:
#city {
text-align: center;
font-size: 15px;
top: 314px;
left: 88px;
width: 145px;
font-family: Helvetica;
edit the "TOP" value
-----------------------------------------------------------------------------
TO Remove the Description:
Look for this:
#desc {
display: none;
font-size: 13px;
text-align: center;
top: 340px;
left: 85px;
width: 145px;
text-transform: capitalize;
and add whats in RED
RESPRING!
Cool thanks! Any idea how I can fit the calender line into one single line and which line to change the color of the high/low temperatures?