I really like the look and functionality of the weather module but I need a little help. I'm trying to run two instances of the module. One module I would like to run as a very minimal "weather sticker" with just the date and temp and city name and then a page with the full module. The small size module I am having trouble with. I need to adjust the height of the module. I have next days label to hide but it's still displayed which might be affecting it.
I've attached a screen shot to help explain what I want to acheive.
Hi blackriverfalls,
About your problem,
Please go to update480.css file(modules\mod_jux_weather_forecast\assets\css)
line 149 add css
height: 60px;
or
line 27 add css
min-height: 205px;
Hope help you
Thanks!