Hi,
Testing my site for responsiveness accross various devices and using custom css i have the following issue:
With standard css in custom.css the site works - see home page image below:
Now you can see home page image is correct, but when I look at iPad landscape view, the image of the dog is not center below:
Now I add the following code:
@media (min-width: 768px) {
.acm-slideshow .item {
min-height:100%!important;
}
}
and the iPad image looks fine - see image below:
BUT, look and the site main image which has now reduced in height - see image below:
Eddie