Set checkboxes in across format on service portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:13 AM - edited 08-17-2023 01:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:36 AM - edited 08-17-2023 01:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 01:40 AM
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.