Hello!
I inserted a Table of Contents using the shortcode and the ToC was quite narrow. I then tried to code the ToC using html. My ToC starts with this html (borrowed from html here on the forum):
<div class=”x-toc left”>
<h4 class=”toc”>Table of Contents</h4>
<ul class=”unstyled cf”>
<li class=”x-toc-item”>INTRODUCTION
Of course, the div’s, ul’s, and li’s are closed further down in the ToC.
Is there any way to make the ToC span the page, or at least go half way across the page? The ToC is only going about a quarter of the page and some of the text is hidden.