-
Author
-
July 3, 2015 at 01:04 #66277
stellerex
ParticipantI’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?
July 3, 2015 at 01:16 #66280sharmstr
ModeratorAssuming 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 solutionJuly 3, 2015 at 02:00 #66281stellerex
ParticipantI 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
July 3, 2015 at 02:44 #66284sharmstr
ModeratorTry 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 solutionJuly 3, 2015 at 02:52 #66287stellerex
ParticipantNice. 🙂 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!
July 3, 2015 at 02:57 #66290sharmstr
Moderatorexcellent
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.