Page 1 of 1

[Work-Around found] Knowledge-Base Posts aren't formatted correctly

Posted: Wed Mar 18, 2020 11:18 am
by Jamo
Hey there,

I'm sorry if this question is already answered, but I wasn't abled to find anything similar.

I created a list in a Post, which includes nested parts, on my knowledge base.
However, when you open the post in the Frontend, the list is showing without Bullet Points, and the nested parts aren't indented at all.

Can I change this somehow??

Thanks already!
- Jamo

Re: Knowledge-Base Posts aren't formatted correctly

Posted: Wed Mar 18, 2020 12:10 pm
by Klemen
Honestly, it looks like there were some bad decisions made when coding the front-end; all the common styles are reset in the CSS hence the issues with displaying.

As a work-around, you can try manually editing the code; in the article editor, click the most right icon to view Source code, then change all <ol> to <ol class="list">

This should give you the bullets. For other things, I'd need to see the source code.

We'll need to find a better and more robust solution in future updates.

Re: Knowledge-Base Posts aren't formatted correctly

Posted: Wed Mar 18, 2020 12:49 pm
by Jamo
Thanks alot for the fast answer!