Some of Coiffeur Theme users asking to display at least phone number top of the logo as same as desktop view, if you have same request simply add following CSS to Appearance > Customize > Additional CSS field.

@media only screen and (max-width: 800px) {
    .info-bar {
        display: inline-block !important;
    }
    #nav-top-small ul.info-bar>li:last-child {
        display:none !important;
    }
}