Expand Widget

Hi
Is it in any way possible to make the whole widget wider so it could display the whole day instead of the user having to expand/click manually to see the whole day.

Thank you for any help!

1 Like

Hi @CrazyWolf!

You should add this code to the Custom CSS field on the Style tab of your widget settings:

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

Please check it and let me know if it helped :slightly_smiling_face: