Is there anybody out there who has enough know how in HTML/CS, etc. to help me customize my invoice layout?
Hi,
I can try to help but if you haven’t already I suggest giving AI a try at it.
Hi,
indeed I tried but I had no success. I managed to get that left Stripe, but I can’t get the rest done.
This is what I like to get my invoice to look like
If you have a specific question I can try to answer it.
Sorry, I’m not able to create the design for you.
How do I manage to the general text to be @ 10 mm from the left vertikal line?
The docs explain how you can use the browser console to identify CSS id’s and classes to work with.
You can indent that section by adding this to the styles section on the includes tab.
#table-totals {
padding-left:100px;
}

