Statement Customisation

Hey

I would like to tidy up my customer statement templates. because when i click print it often drops the outstanding balance on to a second page.

is there a way of getting rid of the “any questions” section and then close that gap so that you get more room? or can i alter the top and bottom margins?

Cheers Mat

The advance customisation toolset comes with a Statement CSS template so you could effectively use this to drop that caption.

.statement-contact-tbl {
    display:none;
}

This topic was automatically closed after 7 days. New replies are no longer allowed.