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;
}
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;
}
Did this class change? This no longer seems to work.
Hi there, @Uncultured
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
Worked great, thanks for the update!