How can I get the Weather app to not align left, but to align center?
1 Like
Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings:
.global-styles,
#eapps-weather-43db06ad-5ac1-40f8-a6a0-da2019672b6b {
display: flex;
justify-content: center;
}
In this code, I’ve used the ID of your “Weather 2” widget/ If you need to apply the code to another widget, just replace the widget ID.
Check it out and let me know if it helped
Thanks it helped me too!
2 Likes
Hey there @user5844
Amazing! Thank you for the feedback
In the meantime, I’d like to remind you about our Birthday Challenge, where you can win a 1-year extension to your subscription. Check the details and dive in - Birthday Contest: 12 Winners, 12 Free Years with Elfsight!