Dear support,
I have a request regarding the “blank” template (no header, no footer) for posts (not pages).
There is no possibility to choose this template for posts, so I tried to set:
– do not display the socket
– hide header on this page
The problem is that a white space is created at the top instead of the header, as seen in this example:
Is it possible to have a “blank” template even for posts?
Thank you,
I hope in a resolution!
Hey Ecattelan,
Yes, it’s possible.
It has that white space because it’s affected by this custom css code you have added:
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 114px;
}
Try adding this css code to remove to override that top padding:
.html_header_transparency #top.postid-27555 .avia-builder-el-0 .container {
padding-top: 0;
}
Best regards,
Nikko