Hi all,
I was wondering if I could make the spaces smaller inbetween the days of the default weather layoutblock:
I prefer a 2px space between my blocks but have no idea how to change this one.
Thanks!
OWMweatherwidget inner spacing adjustable via css?
Moderators: leecollings, htilburgs, robgeerts
Re: OWMweatherwidget inner spacing adjustable via css?
Found it with a little help of chatgpt:
/* Reset all margins first */
.weatherday,
.weatherday_wrapper {
margin: 0 !important;
}
/* Apply spacing only between inner blocks */
.weatherday:not(:last-child),
.weatherday_wrapper:not(:last-child) {
margin-right: 4px !important;
}
/* Reset all margins first */
.weatherday,
.weatherday_wrapper {
margin: 0 !important;
}
/* Apply spacing only between inner blocks */
.weatherday:not(:last-child),
.weatherday_wrapper:not(:last-child) {
margin-right: 4px !important;
}
Who is online
Users browsing this forum: No registered users and 1 guest