I have a modal form, which opens on click of button. it contains text I want to print.
I have hidden every other elements in print.css except the div which contains my print data. when I press ctrl + p it shows only the data I wanna print, just as I wanted it to be, but it does not fit the printing A4 page. text is positioned in left top corner of paper and part of it (right side) is hidden.
I tried every possible style in print.css to make the content fit printable area, but nothing changes :( could anyone please help?