I have inserted a header logo which looks fine on the desktop version. However when you scale the window down towards ipad and phone layout the logo changes to a very large size?
How can I get it similar as in the demo?
Could you once provide your site Url too and make us more clear. We have not added any header logo in our demo site so we are a bit confused about your issue.
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;
}
}