Is it possible to make the weather module smaller so it takes up less space on a webpage. There is a a lot of blank space on my module. You can see it at
www.ifschools.org
Dear Rene.
Thanks for using our product.
You can custom CSS some style for our module on your site.
Please go to style tab in moudle and add some code in Custom CSS filed as below:
.skg-weather #Standard{
min-height:100px!important;
}
.Standard_content{
height:100px;
}
Hope it will help you.