KB Article content doesn't fit inside widget - Kb Article Content

Jagadish Sanadi
Kilo Sage

Hello,

 

I have a KB article where content when I view from portal side, it is overlapped on "Helpfull"

7 REPLIES 7

Samaksh Wani
Giga Sage
Giga Sage

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

Hi Samaksh, 

 

I tried this from community but it didn't work though

Do I need paste below code in CSS?

table { 
width: -webkit-fill-available; 
background-color: transparent; 

Hello @Jagadish Sanadi 

 

Yesss....