Making Portal page responsive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:04 AM - edited 10-04-2023 02:24 AM
Hi everyone,
I have made a page in Service Portal but it's not responsive .
When I switch the view on tablet or on phone , the look is very messy.
I missed some thing important. It 'is not about the page but about the customized widget in that page.
Please help me to find a solution.
Thanks in advance for your help and your time!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:07 AM
Hi @Yous1,
Please take a look here: Responsive Pages | ServiceNow Developers
It will guide you on how to make the page responsive.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:12 AM - edited 10-04-2023 02:13 AM
Thanks for your quickly reply and your help!
I missed something , it's ok about the page. But the problem is with the widget inside this page.
I have some customized widget and they are not responsive!
Do you have any idea/guide about this?
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:16 AM
Hi @Yous1,
You can define how a widget should react by using the same kind of logic, as what is explained in the reference.
For example you can use this in your widget HTML:
<th class="hidden-xs">
or
<th class="visible-md visible-lg">
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:20 AM
Thanks for your reply!
Ok I will try to use class in CSS.
I will let you know!