 
	
		
		
		
		
			
Guys,
is there a way to completely disable the header without having to go in to each page and do it manually?
Many thanks
And where is your navigation than?
you can set #header to display: none
and on main set padding-top to “0”
#header {
    display: none
}
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
}Thanks, I’m using a menu in the page. it still brings up a gap at the top though
