Plugin Author
tuxlog
(@tuxlog)
Hello pho3nyx,
seems to be a problem with the width of the heading container.
Please copy wp-forecast-default.css to wp-forecast.css (this is to prevent changes being overwritten during the next update) and edit wp-forecast.css.
Change class wp-forecast-fc-head to
div.wp-forecast-fc-head {
font-size: 11px;
padding: 3px;
text-align: left;
margin-left: auto;
margin-right: auto;
float: left;
min-width: 80%;
}
It is just the last line min-width:80% which I added.
I just tested it in chrome with the complete mobile device list and it worked.
Perfect it works like a charm !!!
I have one more question if possible.
There is a way to remove the location? ( Torregrotta Sicilia Italy )
Plugin Author
tuxlog
(@tuxlog)
Please try entering into the location field. After that press save and you will see nothing in the field then and hopefully the location is not shown anymore. Didn’t test it now but I think this was the solution for this request some years before.