I need a blank page with no sidebars and no header, that still has all styles included and is responsive. If I create a page template without loading the header via “get_header();” the whole css is not loaded and the layout is not responsive anymore.
Whenever I tried to hide the header via the custom css, it goes for the whole theme. I just want to hide the header for one page. How would I do that? Could tell me where to put what code?
Thanks a lot.