Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to add css to columns in service portal ?

Rahul Dev
Tera Contributor

I have added the css to my container as below :

find_real_file.png

It has 4 columns , to which I want to add CSS  . How can I achieve that so that it will look as below :

find_real_file.png

 

6 REPLIES 6

Community Alums
Not applicable

Hi @Rahul Dev ,

Refer to this Thread :https://community.servicenow.com/community?id=community_question&sys_id=2021914bdb173f40f7fca851ca96...

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

I know in column we can give the class name . But how to call that in css of that page?

I tried but its not working.

@Rahul Dev so in CSS CLASS field did you try to call the class? and it did not work ?

when you can how to call that in css of that page ? where exactly you want to call the css?

@Mohith Devatte  I tried to call it in page specific CSS . I am not clear about how to call it and where to call it .

I am new to portal . So I am just trying.