Set checkboxes in across format on service portal page

Souvick A
Tera Contributor

Hello Team,

I have 7 checkboxes in a variable set. The checkboxes are as Mon, Tue, Wed, Thurs, Fri, Sat, Sun. Now on Servicenow backend the boxes are showing in across format while the same is showing one down another. 

Can anyone please guide to achieve the same on service portal in across format.

 

Regards

Souvick

9 REPLIES 9

Samaksh Wani
Giga Sage
Giga Sage

Hello @Souvick A 

 

Can you help me with the screenshot.

I am adding the screen shot form backend and service portal. The query is the different view on two places with same configuration.

Hello @Souvick A 

 

You need make changes in HTML Script and CSS for Service Portal View,

 

<span> tag 

and display :flex; flex-direction: row;

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

 

 

 

Can you please show the code in service portal and where to add , As I do not want to tamper service portal much with my limited knowledge on it.