Where to apply Invoice CSS design changes

Hello, i’d like to make some invoice design changes:

  • Adding more space around the content of page
  • Adding a line of text above a table.

I found $global_margin but i can’t update it. Any suggestion?

Thanks!

@page {
    margin: $global_margin;
    size: $page_size $page_layout;
}

and

@page {
    margin: 6.35mm;
    size: A4 portrait;
}

Hi,

I’m not sure I understand, have you tried creating a custom design?

I thought i can define $global_margin somewhere, but now i replaced

@page {
    margin: $global_margin;
    size: $page_size $page_layout;
}

with

@page {
    margin: 10mm;
    size: $page_size $page_layout;
}

To clarify… is this working for you or do you still need assistance?

Thanks, i’m fine with the new spacing. You can close the topic.

1 Like