To show the top “Contact Info Bar” in tablet go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 767px) {
#masthead .info-bar {
display: none;
}
}