Apple iPhone Forum und Community

Normale Version: Wetter widget text verändern
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
habe schon ne menge an mein theme verändert aber was ich nicht
hin bekomme ist das die tages anzeige ein stück weiter nach links geht.
das problem bei mir ist das z.b am donnerstag ein 2 stelliges datum nicht korekt angezeigt wird.
seht selbst. .hier ist es: Donnerstag Feb. 11

[Bild: 1366_6435303433383936.jpg]
hat keiner ne idee.

hier mal die css file. weis leider nicht was ich da genau ändern muss. habe schon ein bisschen probiert aber hat sich nichts verändert.

#WeatherContainer{
opacity:0.85;
margin-top:160px;
margin-left:30px;
width:100%;
background-color:#aaa;
font-size: 14px;
color:#FFFFFF;

}
#TextContainer{
float:left;
padding: 8px 5px 5px 25px;
margin: 0 65px 0 -20px;
font-family: sans-serif;
text-shadow: rgba(0,0,0,0.7) 0 0 2px;
}

#city{
font-size: 18px;
color:#FFFFFF;
text-transform:capitalize;
font-family: Verdana;
font-weight:200;

}

#TextContainer p{
padding:0;
margin:0;
}

#desc{
font-size: 8px;
text-transform:capitalize;
font-weight:normal;
padding: 200px;
clear: left;
}

#weatherIcon{
height:100px;
width:100px;
float:left;
border:none;
padding: 5px 15px 20px 0px;
margin: 0 -20px 0 -10px;
}

#temp{
color:#FFFFFF;
font-weight:300;
font-family: Verdana;
font-size: 27px;
}