Hi,
1) if you want to keep disc type, you need to add float:left; margin-right:30px; (adjust margin value -- 30px is just an example)
2) if you do not need discs in front of the text, you can just add display:inline;
to your <li> tags in CSS file (use inspect element to find it)
Regards