• Resolved arjanwit

    (@arjanwit)


    Is it possible to set a full pgae backgroudn image without having the @page Margins settings overruling the position of the background image?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    You can use absolute positioning with negative values to pull the image into the margins. position:absolute will put the image on the ‘current’ page, position:fixed will put it on all pages. But for exports of multiple invoices from the bulk order actions in the order overview, position:fixed will stack them on top of eachother, one for each document. Ideally you should put the background image with position:fixed in the html-document-wrapper.php template, that way you don’t get the issue with stacked images.

    Ewout

Viewing 1 replies (of 1 total)

The topic ‘Full page Background image’ is closed to new replies.