Free Unit Popup is not working Properly

Home Forums Legacy Support Support queries Setup issues Free Unit Popup is not working Properly

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #276297
    Anshuman Sahu
    Keymaster
    please try adding this given css in your wp-admin -> appearance -> customize :   @media (max-width: 768px){ .mfp-content iframe { height: auto; } }
    #276599
    prateekgupta2009
    Participant
    This reply has been marked as private.
    #277336
    prateekgupta2009
    Participant
    Waiting for the update on above
    #277543
    Anshuman Sahu
    Keymaster
    change the above given css to this  : @media (max-width: 768px){ .mfp-content #unit_content iframe { height: auto; } }  
    #279475
    prateekgupta2009
    Participant
    In some courses on Desktop View Free unit pop-up course video is working fine but in some course its scrolling too much: https://prnt.sc/tsndjy How to fix the width & height of Video Pop Up on free unit on Desktop View.
    #279597
    Jackson
    Blocked
    Hello, Try to use code given below: @media (min-width:1025px){ .mfp-content #unit_content iframe { height: 100px; } } Note: Change height value according to you, Thanks,
Viewing 6 posts - 16 through 21 (of 21 total)
  • The topic ‘Free Unit Popup is not working Properly’ is closed to new replies.