Hi,
I saw a couple topics on this subject, but I can't seem to get the CSS to work correctly. I'm attempting to modify the pdf stylesheet to allow columns to be displayed side-by-side.
In the default pdf (https://confluence.atlassian.com/download/attachments/190480945/confluencedefaultpdf.css) I noticed this line:
/* wraps the section columns underneath each other so they don't run off the page */
So I figured I could modify something to make it so the columns don't wrap.
Here's what I have in my CSS sheet (I'm new to CSS). What should the syntax be to achieve this?