-
-
When viewed on the iPad (in landscape), the full width homepage slider’s height is cropped. This crops the picture and text layers. You can see examples here:
-
Hello,
Please add this css code at Custom Css Code -> general options
@media (max-width: 1100px) and (min-width: 981px){ .top_wrapper { padding-top: 100px;} }
Best regards!
-
That didn’t affect it, it’s still doing the same thing. How can I change the proportion of the slider on ipad, so that the height is larger? Then the image/text on the slideshow wouldn’t get cut off. Also, is there a way to change it so that the menu doesn’t go over the slideshow when viewed on a landscape ipad (and just stay in it’s current position?)
Thanks,
Liz
-
Hello,
Please edit the code above to this:
@media (max-width: 1100px) and (min-width: 981px){ .top_wrapper { padding-top: 100px !important;} }
If the issue persists, please send us your wp credentials in a private reply. So we can fix it for you.
Best regards!
-
-
Hello,
You had copied it inside a comment block. So the code was inactive and did not made any changes. I changed that and now it’s ok. Screenshot.
Best regards!
-
Ok great, is there any way to also change it so that the menu stays above the slider, rather than going on top of it?
— Liz
-
-
You must be logged in to reply to this topic.