Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1021198

    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

    #1021229

    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

    #1021253

    Thank you very much, Mike.

    Your results are perfect. However, I followed your instructions but had no result…

    #1021264

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.