Set widget width

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

.eapp-weather-weather-component{
  max-width: 800px !important;
}
1 Like