css dosyanızdaki headerAll kısmını alttaki ile değiştirin.
#headerAll {
z-index: 1000;
top: 0;
margin-bottom: 1em;
position: fixed;
width: 100%;
left: 0;
}
temanızın style css dosyasında
element.style {
padding: 0px 50px;
}
kısmını bulup alttaki ile değiştirin.
element.style {
padding: 0px 50px;
margin-top: 132px;
}