Video on Home Page

Discussion in 'Poloray WordPress Theme' started by claysyoung, Nov 21, 2013.

  1. claysyoung

    claysyoung Guest

    Joined:
    Sep 10, 2013
    Messages:
    16
    Likes Received:
    0
    I added a video to the left featured decription on the home page and it worked great. My problem is that on the mobile/responsive version it is not aligning correctly.

    Site is www.youngswebproductions.com

    Thanks in advance for your help!!
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px) {
    .main_content {
    width:470px;
    }
    }
    It will solve your issue.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Make width 100% in your Vimeo iframe code, This will solve your issue.
     

Share This Page