Developer used Enfold to create website how do I get fix for <ul> </ul> issue

Hi
A developer used Enfold -to create my website.

I am getting the bullet indenting issue related to the increasing ‘ul’ everytime I go to update my sight.
ul
ul
/ul
/ul

What do I have to do to fix this issue?

Thanks
George

that should be written like this:

<ul>
   <li>Add Text here</li>
   <li>Add Text here</li>
</ul>

thanks