Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media screen and (max-width: 1140px) {
#container_header {
top: 0;
}
#logo {
top: -104px;
}
}
Ciaran