When using “$swiss_qr” in my custom design template, it renders to half of the site width. I haven’t found any way to stretch this across the full site width. Is there a way to do this?
I’m using v5.10.42 on self-hosted Proxmox VE (Turnkey Linux)
When using “$swiss_qr” in my custom design template, it renders to half of the site width. I haven’t found any way to stretch this across the full site width. Is there a way to do this?
Hi,
I suggest asking in a discussion on GitHub
Did you set up fix width- and height-values for the image in your -section of the design?
No. I didn’t manage to alter width or height in any way
Just got it with the help of Invoice Ninja support.
Need to add those lines on Settings > Invoice Design > Customize > Includes
#qr-bill{
width:100%;
position: fixed;
bottom: 0;
}