Width of col-xs-4 col-sm-6 col-md-12 on service portal

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 11:48 PM
Hello Everyone,
Can anyone help me in identifying the standard width of col-xs-4 col-sm-6 col-md-12 in px on Service portal?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 12:22 AM
Hi,
This is determined by the default bootstrap css.
You can look at it here:
https://<your-instance-name>.service-now.com/styles/scss/sp-bootstrap.scss
You can add your portal id behind the url like this:
https://<your-instance-name>.service-now.com/styles/scss/sp-bootstrap.scss?portal_id=<sys_id_of_your_portal>
Good luck!