Hi, there is not the logo option for mobile layout. You could use the custom css to set the mobile logo as background image, hide the normal logo.
Please login wp-admin, go to Appearance / Theme Options / Custom Css
Paste the style code to Custom Css:
@media (max-width: 767px) {
#header .logo-a { background-image: url(http://nailahali.com/wp-content/uploads/2017/01/2017FreelanceLogoFinalCentered_Nfooter.png); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
#header .logo-image { opacity: 0; visibility: hidden; }
}
Cheers!
Bwsm – uiueux.com – Twitter – Facebook