Drop Down Menus going behind video

Discussion in 'Infoway WordPress Theme' started by molatin, May 14, 2014.

Thread Status:
Not open for further replies.
  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Hi

    in our website http://test09.wpx.me the video we put in below the nav bar is hiding the dropdown menus. What can we do to make the dropdown appear on top of the video?
     
  2. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    any help will be appreciated
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please share password of your site and also do let me know in which browser you are getting this issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    PW: showme

    issue is happening in Chrome, Firefox and Safari
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please follow steps below to add video.
    Open header.php and add code given below as shown in the image.

    Code:
    <div class="video"><iframe width="640" height="360" src="//www.youtube.com/embed/eX-NaiYDFFM" frameborder="0" allowfullscreen></iframe></div>
    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.video {
    text-align: center;
    }
    iframe.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    I've tried putting the video in the header.php but it didn't work. We are using a different embed code for the video
     
  7. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .leadplayer_wrap{
    z-index:60;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  8. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    That worked. thank you very much
     
Thread Status:
Not open for further replies.

Share This Page