Arrange the Table vertical
Hi there, great work with the netatmo "widget" Let me place a question..... I need for my website the data displayed veritcal, not horizontal How can i rearrange the table? Thanks in adnvance Martin
Hi,
just create this file : css/style.user.css and put :
td#inside {
display:block;
}
td.outside {
display:block;
}
And you will get this :
Yeah!! You are great. Many Thanks! :-)
;-)
Hi again, thanks again for the hint for displaying the content verticaly, but in IE and on smartphones the content is display horizontaly any more. (see screnshot) Can there be done additional setting in the css to prevent this and show on all platforms the content verticaly (all of them, IN, OUT and WIND) Thanks in advance again best regards Martin