Hi Guys,
Purchased the Weather forecast module and I like it very much!
My issue is that there is quite some unnecessary spacing in the module. Please see my screenshot and look at the Red rectangles.
Hi Theo.
Thanks you for using product our.
Please go to ../modules/mod_jux_weather_forecast/assets/css/update480.css
1: find line 95
.skg-weather #text {
position: relative;
margin-top: 30px;
}
And edit margin-top: 30px to margin-top:11px;
2: find line 27
.skg-weather #Standard,
.skg-weather #Standard .Standard_bg {
width: 100%;
min-height: 330px;
left: 0px;
overflow: visible;
}
edit min-height:330px to 312px;
Hope it will help you