Hello everyone I am trying to find the TOC code in the HTML5 output. I found this line in the index.html
<div id='toc' style='left:0px;position:absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);'> </div>
But that does nothing to modify it. I am currently looking in the CSS but I am going nuts. All I need to do is move the whole TOC div container down 20 pixels.
Anyone have an answer?