This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Sidebar showing in pdf

marospristas wrote on 2018-02-16:
Hi,
i get the sidebar to print in the pdf

Would it be possible to not print it? I'm thinking some css solution...

Thanks

https://mymediterraneancharter.com/print-page/?idx=4114
support wrote on 2018-02-16:
Hi,

It's caused by using custom overflow.

Please try to change CSS for the element <div class="website-wrapper" id="all_wrapper">
to:
overflow: hidden;
or overflow-x to default:
overflow-x:visible;

Another option is to use print media for the conversion.
-- https://pdfcrowd.com/api/method-index/#html_to_pdf_set_use_print_media