Andreessen Theme Pdf Export

All my textboxes (for examples, exercises, and learning objectives). Go much further across the page then the rest of the text in my pdf exports. Using the default margins, the textboxes actually touch the side of the page. I was able to fix it a little but not much. Also the title of these textboxes is often an orphan. I adjusted the orphan setting to 2, but am still struggling. Any advice would be helpful. !

Screenshot:

Hi @K_Mitch, very sorry to have missed this several months ago when you first posted. I’m not sure if this is a bug or a feature of the Andreesen theme, but I have managed to track down the source. It looks like there is CSS applied for the PDF exports that adds negative margins to textboxes. To remove you should be able to go to your PDF exports in custom CSS and add these lines:

.textbox, .bcc-box {
margin-left: 0;
margin-right: 0;
}

I’ve created a bug report in GitHub to track this, if anyone is interested.