Hi,
on gesunden point org the weather module has any display issues.
1. The actual weather "dunst" is in the same row like the "Feuchtigkeit"
2. The actual degree number is shifted
.gkwMainRight p {
float: none;
}
dennisth19 wrote:Hi,
looks the same as before
.css_selector {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
#weather1 .gkwMainRight p {
float: none !important;
}
.gkwMain.horizontal .gkwCurrent {
float: none !important;
margin: 0 auto !important;
width: 135px !important;
}
.gkwMain.horizontal ul.gkwNextDays {
float: none !important;
width: 100% !important;
text-align: center !important;
}
.gkwNextDays li > *:first-child {
float: none !important;
margin: 8px auto !important;
}