Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7)
Date placement is in widget.html and weather placement is in myopia.css (In the weatherwidget folder)
OP,
Thanks!
But when I changed below, my icon is in the perfect place I wanted. But no matter what I tried the rest, the temp is not moving. Did I do something wrong?
#temp{
margin-top: -23px;
color: White;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
/*text-shadow: #FFFFFF 0px 1px 0px;*/
font-size: 1.4em;
font-weight: bold;
}
#weatherIcon{
height:28px;
width:28px;
border:none;
float: right;
margin-top:-8px;
margin-right:-38px;