I'm currently using Laserfiche Forms Professional Version 11.0.2311.50564 (but not sure when exactly this problem started).
I have a Form which is used just for formatting the document saved to the repository. Among the CSS for this Form is this:
/* page margins * @page { margin-top: 0.3in; margin-bottom: 1.35in; }
The issue I'm having is that the margin-bottom declaration no longer works as expected. No matter what value I set it to, it eats up about 35% of the page! If I remove the margin-bottom declaration, the margin goes away and looks like any other form, but I really need a margin there for later in the process where workflow stamps a footer to the bottom of every page.
If someone knows an alternate way to add margin to the bottom of every page, that would work. Or a way to force this style to be applied as intended (I tried !important already).
Thanks