badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Contact Info Bar in tablet e mobile

#43383

Hi Marcello,

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;
	}
}

Thank you!