I am happy with ambition and the new website http://www.kö80.de is constantly rising in google results. Good for my customer.
My customer complains, that the images in slider and parallax widgets are not being rendered properly on the startpage in landscape mode on ancient iPad 1 with Safari browser.
The images appear far to big. Can you maybe take a glance at it? Probably a media query needs to be adjusted.
To fix the image resized issue in iPad Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button.
@media only screen and (max-width: 1024px) {
.featured-slider .featured-image {
background-attachment: scroll;
}
}