Is there any way to override the width limit on a widget? I want my widget to use the full page width.
What width have you defined in the group and for the "widget"?
you could also override the size with CSS in a tag ex: position:fixed, width: 100%, height: 90%; top: 40px; etc...
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!