Skip to Content
Menu
This question has been flagged
1 Reply
1197 Views

Hi all!

I have modified the header of web.external_layout_background, which is now unfortunately about 200px higher to what seems to be the standard definition. So unfortunately what is defined in account.report_invoice_document gets overlapped by the header. I have tried to add something like 

<div class="page" style="padding-top: 200px;"> which works great, but only on the 1st page of the invoice. On the second page it doesn't work anymore ...

So i guess i need to find where position of the report body is defined ... any hints? (I've spent already 2 days to understand where it is, also tried to find some info on the internet but no success .... hope to get some help from the community :) 

Cheers!

Avatar
Discard
Best Answer

Hi,
The padding-top given to the <div class=”page”> will be applicable only to the start of each report body. If the report data exceeds more than one page the padding will not be working.
So a better way will be to give padding to the header itself which will be applicable in all the pages.

Regards

Avatar
Discard