August 7, 2015 at 9:53 am
#27076
Theme Horse Support Team
Keymaster
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!