temp fix for me. IN Knowledgebase Display Settings I have Home & Inner pages both set to none.
In kbe_style.css find line 116 and find
.kbe_content_full{
width: 980px !important;
float: left;
}
CHANGE “float:left;” to “float:none;”
ADD “display:inline-block;” below it
same. I took of the float:left on kbe style php file
.kbe_content_full{
float:none (or just delete the line)
}