Hi.
I'm trying to add the gk weather mod in the header module position, but the weather icon expands all over the header. How do I fix this?
Thanks
#gkHeaderMod .gkwMain {
margin: 200px auto 0 auto;
position: relative;
width: 400px;
z-index: 10;
}
#gkHeaderMod .gkwMain img {
position: static!important;
margin: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
width: auto;
}