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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.