Text in homepage slider – wrong on ipad
This support request was posted in BBQ by duckmedia
- duckmedia October 23, 2013 at 12:53 pm
When I open the site on the ipad, the text in the homepage slider appears to be outside of the slider. This only happens when the ipad is landscape, not wehn the ipad is portrait. On the iphone, the sites appears correct.
Any idea?
Juanfra Aldasoro October 23, 2013 at 1:44 pmHi There,
Thanks for writing. I’ve been through your site and the problem is that the images you’re using for the slider are too short in height. That makes the text to be out when the site is viewed on an iPad. This is because the text size for that section remains in the same size, but the images are “shrinked”.
There are a couple of ways in which you can solve this problem. These would be:
– Changing the size of the images. Actually, what it has to be changed is the aspect ratio.
– Changing the font size for the slider caption when viewed on an iPad.@media screen and (max-width: 1024px) { .flex-caption h2{ font-size: 24px; line-height: 30px; padding: 5px;} }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.