KB Article content doesn't fit inside widget - Kb Article Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 11:16 AM
Hello,
I have a KB article where content when I view from portal side, it is overlapped on "Helpfull"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 11:25 AM
Hello @Jagadish Sanadi
There are two options for how to resolve this.
Option 1) Edit the CSS properties for the content of the article to make it more responsive.
Option 2) Edit the CSS of the KB Article widget instance option or corresponding page to make all elements of that type (such as table) fit within the widgets available space.
1) If the page is in the KM portal, Switch your Application to Knowledge Management - Service Portal (since the instance option is in that scope)
2) Navigate to the portal page which has an article on it.
3) Ctrl + Click on the article and select Instance Options.
4) Edit the CSS to make any table fit into the available space.
table {
width: -webkit-fill-available;
background-color: transparent;
}
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-04-2023 11:29 AM
Hi Samaksh,
I tried this from community but it didn't work though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 11:33 AM
Do I need paste below code in CSS?
table {
width: -webkit-fill-available;
background-color: transparent;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 11:36 AM