I am using the layout with two columns - smaller to the right where I am housing a table of contents. I have figured out how to hide the TOC, but I would like to hide that column as well, when exporting to pdf as it leaves a lot of empty real estate.
Hello!
I tried reproducing your scenario and the following CSS worked:
div.cell.aside{
display: none;
}
If you right click and inspect the place on the page you would like to hide, it will tell you the correct div. it might be different than mine.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.