Set widget width

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

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

Did this class change? This no longer seems to work.

2 Likes

Hi there, @Uncultured :waving_hand:

Thanks for bringing this to our attention!

The class is the same, but now the code requires .global-styles, at the beginning. I"ve updated the code here.

Please check it out and let me know how it works :wink:

Worked great, thanks for the update!

2 Likes