- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hello everyone,
I'm learning how to use portal pages and widgets, but in my first test I only created one row and one column and placed my widget there. I noticed that my widget ended up in the middle of the screen instead of filling the entire screen. Can someone help me understand how to make my widget fill the entire screen?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @pverni
In ServiceNow Service Portal, this happens because portal pages are built on Bootstrap’s grid system, and by default a row with a single column does not span the full width unless you explicitly tell it to.
Set the column width to 12
- Open your Portal Page
- Click the Row
- Click the Column
- Set the column size to:
col-xs-12 col-sm-12 col-md-12 col-lg-12
or in the container configuration, in page designer, you can change to widget fluid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @pverni
In ServiceNow Service Portal, this happens because portal pages are built on Bootstrap’s grid system, and by default a row with a single column does not span the full width unless you explicitly tell it to.
Set the column width to 12
- Open your Portal Page
- Click the Row
- Click the Column
- Set the column size to:
col-xs-12 col-sm-12 col-md-12 col-lg-12
or in the container configuration, in page designer, you can change to widget fluid
