Align widget to the center

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

.eapp-weather-weather-component {
display: flex;
justify-content: center;
}

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