This topic has 5 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #66277
     stellerex
    Participant

    I’m using the Unite Gallery Lite plugin to show a collection of Youtube videos. But when I try to access the nav menu, it falls behind the video content. I tried putting the code below onto the page through VC (as mentioned in a similar post about the Revolution slider covering up the drop down menu), but it had no effect.

    .tp-static-layers {
    z-index: 50;
    }

    Any suggestions?

    #66280
     sharmstr
    Moderator

    Assuming you mean kleos main menu, you can try

    .kleo-main-header, .kleo-main-header li.menu-item {
    z-index: 3000;
    }

    Though it would be easier to help if you showed me a link

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #66281
     stellerex
    Participant

    I tried putting that in the style.css of the child theme,but it didn’t help. The link for the site is:

    http:\\www.talespinner.club

    It’s a private site, so I set you up an id. I figured you might want to poke around, so I gave you admin access.

    userid: kleorep
    Pass: FricknFrack12!

    You can see an example of the problem in action by navigating to Resources\Lectures\Brandon Sanderson 2013 Lecture 1.

    Once you get there, you can pull up the Resources\Bookshelf, and see that only about 3 1/2 items display, with the 4th one not visible. THis will become a bigger problem for me later,when I add more menu items.

    Thanks

    #66284
     sharmstr
    Moderator

    Try this instead

    .ug-gallery-wrapper .ug-videoplayer {
    z-index:10;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #66287
     stellerex
    Participant

    Nice. 🙂 It didn’t work when I first typed it in, but then for kicks, I tried it like this and it worked:

    .ug-gallery-wrapper .ug-videoplayer {
    z-index:10 !important;
    }

    Go figure why they force us to use that stupid !important tag, but it got the job done. Thanks again!

    #66290
     sharmstr
    Moderator

    excellent

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?