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!
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!
Hi @Sandro_Blunschi!
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