# Bigger font size for 6" touchscreen

**URL:** https://discourse.nodered.org/t/bigger-font-size-for-6-touchscreen/51115
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [16 September 2021 18:11 UTC](https://discourse.nodered.org/t/bigger-font-size-for-6-touchscreen/51115 "2021-09-16T18:11:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tcr000](https://avatars.discourse-cdn.com/v4/letter/t/65b543/32.png) [@tcr000](https://discourse.nodered.org/u/tcr000)
#### Post date: [16 September 2021 18:11 UTC](https://discourse.nodered.org/t/bigger-font-size-for-6-touchscreen/51115/1 "2021-09-16T18:11:44Z")

</div>

I am scaling down a dashboard for display on the 6" Pi touchscreen. I started by increasing the 1x1 widget size to 64x64 pixels. I then added a template to increase the font size and icon size.

```auto
<style>
body.nr-dashboard-theme {
    font-size: 40px !important;
}
md-sidenav > md-list > md-list-item{
    width: 400px !important;
}
ui-icon {
    font-size: 24px;
}
.md-toolbar-tools h1 {
    font-size: 40px !important;
}
</style>

```

I still have a few problems:

1. The text size for button labels did not increase in size.
2. The side navigation bar is not wide enough. I increased the width, but I just end up with a horizontal scroll bar.
3. I have a ui-table and don't know how to increase the size of the text in the columns and headings of the table.
4. I have text input and while the label gets bigger, when you try to enter text it is clipped off.

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/3/731c4eb0c8c7a43217e244c09cd2ef0d430f3a4e.png)

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/e/9/e99a236b6a811f1d94c9ced3a46646e3d154ad89.png)

---

<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: [16 October 2021 18:11 UTC](https://discourse.nodered.org/t/bigger-font-size-for-6-touchscreen/51115/2 "2021-10-16T18:11:59Z")

</div>

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