Themeforest-wellness theme-bullets being lost after publishing post

Hi everyone, I have recently purchased for starting my new blog. However the first post which I published had bullets which I was able to see when I was composing the post but after I published, I lost the bullet points and text appears in one line with out any formatting.

Could anyone please help me. Here is the URL of my blog:
http://theelixirworks.com/ewblog/

Please help.

By default WordPress removes html from the_excerpt (which is the function used to display the post description on the lists / categories). Hence why your UL (bullets) won’t show.

You have 2 ways to fix this:

  1. remove the_excerpt from the template (normally index.php) and replace with the_content

  2. Write a custom function to allow html tags in the_excerpt - a guide to this is at http://wordpress.stackexchange.com/questions/141125/allow-html-in-excerpt