">">
/* 1. Make the header background transparent and take it out of the document flow */
header, #header, .navbar, .top-bar {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
position: absolute !important;
top: 0;
left: 0;
width: 100%;
z-index: 9999; /* Ensures the header stays on top of the content */
}
/* 2. Remove any top padding/margin pushing the body down */
body, #page-wrapper, #main-content, .content-wrapper {
padding-top: 0 !important;
margin-top: 0 !important;
}