# Text above or below slider

**URL:** https://discourse.nodered.org/t/text-above-or-below-slider/100399
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [17 February 2026 15:54 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399 "2026-02-17T15:54:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![warnert](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/warnert/32/108132_2.png) [@warnert](https://discourse.nodered.org/u/warnert)
#### Post date: [17 February 2026 15:54 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399/1 "2026-02-17T15:54:30Z")

</div>

Is it possible to have with the slider node to have the text above or below the slider?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [17 February 2026 16:30 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399/2 "2026-02-17T16:30:29Z")

</div>

Anything is possible - but your request is a bit unclear. Please add detail (like where the text would go i.e. would it follow the thumb or stay in the same place? Will it have a static value or the value of the slider or a combination?)

---

<div class="post-metadata">

### Author: ![warnert](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/warnert/32/108132_2.png) [@warnert](https://discourse.nodered.org/u/warnert)
#### Post date: [17 February 2026 17:03 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399/3 "2026-02-17T17:03:51Z")

</div>

What I mean is that now the labeltext is left of the slider itself. I would like to have it above or below the slider.  
Would be nice if you have a narrower screen f.i. on a telephone

---

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [17 February 2026 19:18 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399/4 "2026-02-17T19:18:48Z")

</div>

```auto
@media only screen and (max-width: 350px){
    .v-slider{
        display:block;
    }   
}

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 March 2026 19:19 UTC](https://discourse.nodered.org/t/text-above-or-below-slider/100399/5 "2026-03-19T19:19:36Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
