Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When exporting to pdf, what is CSS/HTML to hide the smaller right column in layout I'm using??

Michelle Kloner
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2023

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.

1 answer

0 votes
omcg March 9, 2023

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!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events