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: Responsive UI for a advertisement header banner

#88529

Hi tolysim,

Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code. (Since you have customized to show Logo on left so the code below will also show header advertisement on left for tablet view.

@media (max-width: 991px)
	.navbar-ad-section {
	    text-align: left;
	}
}

Thanks