Can someone share exactly how to make it work on mobile?
I am far from being CSS expert but thought that code below would do the trick:
@media only screen and (max-width: 992px) {
.weather{
display: inline;
}
}
But there is no result ;( I am using freeflarum btw.