Okay, I do not think it is wide enough to hold all three of the blocks.
Anyway I jsut tried a bit and got this result:
/* style for forecast data details left side */
$div.wp-forecast {
padding: 0px;
float:left;
width:100%;
}
/* style for current weather data */
div.wp-forecast-curr {
font-size: 11px;
padding: 3px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/* style for forecast data */
div.wp-forecast-curr-head {
font-size: 11px;
padding: 15px;
text-align:center;
/* margin-left:auto; */
/* margin-right:auto; */
max-width: 100px;
float: left;
}
/* style for forecast data details */
div.wp-forecast-curr-block {
padding: 0px;
float:left;
max-width: 100px;
}
/* style for forecast data details left side */
div.wp-forecast-curr-left {
padding: 3px;
float: left;
}
/* style for forecast data details right side */
div.wp-forecast-curr-right {
font-size: 14px;
font-weight: bolder;
font-variant: small-caps;
text-align:left;
padding: 3px;
float: left;
}
/* style for forecast data details right side */
div.wp-forecast-wind-right {
font-size: 12px;
font-weight: bolder;
font-variant: normal;
text-align:left;
padding: 3px;
float: left;
padding-top: 12px;
}
/* style for current weather data details */
div.wp-forecast-curr-details {
font-size: 11px;
padding: 6px;
text-align:left;
float:left;
/* width:100%; */
}
/* style for current weather icon */
img.wp-forecast-curr-left {
width: 48px;
height: 30px;
padding: 0px;
}
Copy this into wp-forecast.css
What do you think?