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

Vichitra Garg
Mega Expert

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

Barrilito van D
Kilo Guru

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!