Hello Michael,
You are having this issue because you have inserted a broken html code:
<ul>
<div style="color:rgb(242, 242, 242)"> <li><strong>Interview</strong> – Discuss web search engine optimization and conversion goals, focus keywords, marketing tactics, linking arrangements, past or future site redesigns, use of redirects or canonicals.</li>
<li><strong>Examine Site Data</strong> – Check visitor demographics and geography; study historic rankings, traffic, conversion, and revenue; compare branded vs. non-branded traffic; identify search engine penalties.</li>
<li><strong>Analyze Layout</strong> of website design, navigation, conversion paths.</li>
<li><strong>Evaluate Content</strong> for uniqueness and keyword relevance.</li>
<li><strong>Assess URL Folder Structure</strong>, meta-tag usage and targeting, rich text markup.</li>
<li><strong>Appraise On-Site Linking</strong> strategy and keyword usage in the menu structure, in anchor text on all page types; in header and footer; between relevant pages; and assess the value of outgoing links.</li>
<li><strong>Identify Crawl and Indexing Obstacles</strong> including misuse of redirects, rel=canonicals, pagination, robots.txt, noindex, or parameter handling rules; load time problems; duplicate pages; dynamic URLs; server response code issues; links obscured by Javascript or Flash; or XML sitemap errors.</li>
</div>
You are supposed to insert this format:
<div style="color:rgb(242, 242, 242)">
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
</div>
Please double check all your html contents and make sure that it is valid and correct to prevent from messing up the columns in the live view of the page.
Hope this helps. Kindly let us know.