Change height of the panel with weather details and place its elements evenly

Add this code to the Custom CSS field on the Style tab of your Weather widget’s settings:

.eapp-weather-weather-detail {
height: 500px !important;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}

Guys, if this code was helpful, please let us know in the comments :slightly_smiling_face: