Hi,
1. To solve the issue, add below css code in
Appearance -> Editor -> style.css file
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.innerbanner { min-height:140px; }
}
Regards
Grace Themes