# Create a widget for the full width of the page

**URL:** https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990
**Category:** Dashboard
**Created:** [20 December 2018 14:32 UTC](https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990 "2018-12-20T14:32:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Lee](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Lee](https://discourse.nodered.org/u/Lee)
#### Post date: [20 December 2018 14:32 UTC](https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990/1 "2018-12-20T14:32:23Z")

</div>

Is there any way to override the width limit on a widget? I want my widget to use the full page width.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/c/c995c6f00add6d641ec7f054623fb7bab4cf0eee.png)

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [20 December 2018 15:38 UTC](https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990/2 "2018-12-20T15:38:29Z")

</div>

What width have you defined in the group and for the "widget"?

---

<div class="post-metadata">

### Author: ![hugobox](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hugobox/32/2948_2.png) [@hugobox](https://discourse.nodered.org/u/hugobox)
#### Post date: [20 December 2018 15:41 UTC](https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990/3 "2018-12-20T15:41:02Z")

</div>

you could also override the size with CSS in a tag ex: position:fixed, width: 100%, height: 90%; top: 40px; etc...

---

<div class="post-metadata">

### Author: ![Lee](https://avatars.discourse-cdn.com/v4/letter/l/bc8723/32.png) [@Lee](https://discourse.nodered.org/u/Lee)
#### Post date: [20 December 2018 15:41 UTC](https://discourse.nodered.org/t/create-a-widget-for-the-full-width-of-the-page/5990/4 "2018-12-20T15:41:02Z")

</div>

Now I see - I needed to increase the width for the group. The width of the widget was limited by the width of the group (which was 6!). Thank you, that helped a lot, @ukmoose!
