cytropics
This seems the mobile width in your screenshot is below 435px in this view there is not enough space to fix both items in one row.
You can add this code in custom.css file increase the header height
@media(max-width:435px){
.uber-header.header-4 {
height: 130px!important;
}}
It will look like this http://prntscr.com/nv7hap