Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
.header-1, .header-2 {
display: inline !important;
}
@media only screen and (max-width: 767px) {
#container_header .wrapper960 {
height: 160px;
}
.header-1 {
top: 94px;
}
.header-2 {
top: 118px;
}
}
Ciarán