Hi there.
When I open my site ( http://www.visitaportodarmi.it ) on Ipad mini, the blue and red buttons in the slider, become partially hidden by the text column. Is there any way to solve this, please?
I posted same problem with IPhone X days ago and you gave me a brilliant solution
Thanks
Hey biosdi,
I don’t have a iPad, so I’m trying to emulate it with my Chrome developers tools, Please see the screenshot in Private Content area of what the issue is.
For a solution please try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 991px) and (max-width: 1160px) {
#av_section_1 .flex_column_table {
margin-top: -150px !important;
}
#top .slideshow_caption {
padding: 0px !important;
}
}
Please see the second screenshot in Private Content area for the expected results.
Best regards,
Mike
Thank you very much, Mike.
Your results are perfect. However, I followed your instructions but had no result…
Hi,
I checked your page and the css seems to be working, Please clear your browser cache and check. Here’s how to clear your browser cache.
Best regards,
Mike