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: Size header logo changes

#27076

Hi Leeann,

Yes, There is an display issue in the logo. We will update it on next version. For now please login to you WordPress dashboard
Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code and Click on Save & Publish button:

@media only screen and (max-width: 1023px) {
	#site-title a img {
		max-width: 708px;
	}
	.narrow-layout #site-title a img {
		max-width: 668px;
	}
}

Thank you!