One of my clients has a website that needs to be converted into a brochure format. When he prints the website, it must be printed on paper with a specific layout. Some sections need to be removed and others modified.
I have utilized Bootstrap 4 and created a separate CSS file named 'print.css' with the media="print" attribute. However, I am struggling to customize the layout according to my requirements.
The current display looks like this: https://i.sstatic.net/MnbIZ.jpg
Since I am using Bootstrap with the media="all" attribute, shouldn't it automatically adjust the website layout for printing as well? As a beginner, I am unsure how to resolve this issue.
In addition, there are default titles and URLs that appear when printing. Is there a way to remove them? https://i.sstatic.net/AyN6Z.jpg
Any assistance would be greatly appreciated.