I made a print format for the salary slip and it is working fine in the website but in PWA app there is no header
in website
in pwa
I made a print format for the salary slip and it is working fine in the website but in PWA app there is no header
in website
in pwa
We tested in the latest version so it’s worked properly.
In have used below mentioned code in the header can you please check with this code.
Salary Slip Header /* CSS styles for the salary slip header */ .header { text-align: left; padding: 20px; background-color: #ffffff; position: relative; } .header img { width: 175px; height: auto; margin-bottom: 10px; float: right; } .header h1 { margin: 0; font-size: 24px; color: #333; text-align: center; } .header h3 { margin: 0; font-size: 18px; color: #333; text-align: center; }Tested, worked properly.