Thank you
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
.header-1 {
display: block !important;
}
@media only screen and (max-width: 767px) {
#container_spacer1 {
min-height: 102px;
}}
Ciarán