Indent second line of ul

Hey guys,

I’m very happy with using Illdy and actually find all but one questions answered in this forum. I looked for people with a similar problem and read the FAQs but if the question has already been answered elsewhere feel free to just redirect me there.

So when adding a new entry with a list and the entry splits into multiple lines, the second line is not indented. I was wondering how I can change that. See link or attached picture.

Example Link:
http://www.mindful-hh.de/fuer-wen-eignet-sich-mbsr/

Thanks for your help in advance, hope this issue is easily resolved, I just don’t know any CSS thats why.

Kind regards and a beautiful day
hatzepatze

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.markup-format ul li {
    list-style-position: initial!important;
    list-style-type: disc;
}

I hope this helps :slight_smile:

Best Regards,
Support