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

    Please check homepage on mobile (url in private area).
    If the play button is clicked a video pop-ups (all enfold options), and it is playing a Youtube video.
    However on iphone IOS it is working fine, but if I use a Samsung 10 android, The video is almost at the bottom of the screen and I have to browse first to play it.
    It seems it handles this completely different ?
    Any solution

    #1151442

    Hey badoes,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.home .mfp-wrap.avia-popup.mfp-ready {
    	height: auto !important;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1151571

    Hi Mike,

    Thanks for trying helping me out.
    I will check your solution I’ll let you know.

    Regards
    Bart

    #1151581

    Hi,
    Glad to help, we will keep this open until we hear back from you.

    Best regards,
    Mike

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