/*hide the automatically generated header and use the displa form to display the header*/
.page-header{
    visibility: hidden;
    max-height: 0px;
    margin: 0px!important;
}


/*hide the automatically generated header and use the displa form to display the header (this is form admin panel)*/

.js-quickedit-page-title{
    visibility: hidden;

}