Totals missing on PDF invoice

Hi,

I have tweaked the invoice css slightly to fine tune my logo etc.

It looks fine on the screen, but when I print out an invoice or convert to a pdf the sub totals/totals section is missing and the bottom sections looks life it has shifted to the right.

Can someone please take a look as I haven’t been able to locate what I have missed.

Thanks

Hi @Debayne

The PDF tool allows basic CSS (and can be a bit picky with that too).

I notice you have a few position: relative; tags in your CSS. For things like the address, date etc, you may find it better to use position: absolute; or position: static;.

Most of it comes down to trial and error.

I’ll take a closer look shortly and see if I can pop one or two things back in their place.

1 Like

Take a look now!

You had a 900px footer box at the bottom which was forcing the itemised section and footer totals to become offset. Admittedly they aren’t easy to find :slightly_smiling:

Brilliant. Thank you :smiley:

1 Like

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