Page 1 of 1
Title below UpDown dial
Posted: Saturday 24 December 2022 19:47
by michelscholte
I would like to move the title of a UpDown dial below the dial, because the text is to small to show on my 7"tablet. See images below.
With CSS I can do it for a default dial, but I'm unable to do this for an UpDown dial.
Any suggestions?
Re: Title below UpDown dial
Posted: Saturday 24 December 2022 19:54
by madpatrick
Can you please post the css how you did this
Re: Title below UpDown dial
Posted: Saturday 24 December 2022 21:13
by michelscholte
madpatrick wrote: ↑Saturday 24 December 2022 19:54
Can you please post the css how you did this
div[class*="screen4"] div[data-id*="temp"] span[class*="device"]{
position: fixed;
font-size: 13px;
top: 125px;
width: 140px;
}
Re: Title below UpDown dial
Posted: Saturday 24 December 2022 21:23
by michelscholte
This is my screen for Temperatuur and CV. It's a lot of CSS config. Unfortunatly I'm unable to move the titles of the UpDown dials underneath the dials.