Hi mberwing,
I have checked and see that you are using a big logo, which will override the position. The Ja Coach template fit with height is 80px.
In this case, you can resize the logo to 140px, or if you want to keep this logo size, you can add the following CSS code to the System > Site Template Styles > JA Coach - home > Tools > Custom CSS:
.header-space-bt .t4-nav-height {
height: 100%;
}
.header-space-bt .t4-main-body {
padding-top: 10.64rem;
}
Also, you need to add the "header-space-bt" class to the Menu > Menu item > contact (any page where you facing this issue) > Side display.
Hope this helps!