Video on Main Page Not Rendering on Mobile

Home Forums I Am One Support Video on Main Page Not Rendering on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115099
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    Using an iframe, I added a video to the main page, but on mobile it’s destroying the theme. What code can I use to remedy this?

    http://stearnsscientific.bigbunnymarketing.com/

    #115114
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    iframe { width:100%;}
    }

    Regards,
    Chris

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