Archived topic
Keep Menu In Front
5 replies · Started by Mary Pearson on February 27, 2015
Hi Tom,
I am going to be having a very extensive menu at http://plantbest.info. Unfortunately the sub-menus are hidden behind Revolution Slider. How do I keep the menus and sub-menus in front?
Many thanks!
Hi Mary,
Try this:
.site-header {
position: relative;
z-index: -1;
}
Many thanks Tom! That did it for the menu, but the sub-sub-menu (i.e. ALL PRODUCTS/GLOBAL RETAIL PRODUCTS/SEED STARTING PRODUCTS/6 Coconut Coir Pot Transplant Kits ) is still hiding behind my Revolution Slider. May I ask what code I need to keep the whole menu in front?
Thank you!
This is revolution slider related stuff, so it involved quite a bit of digging on my part, but this should help:
.fullwidthbanner-container {
position: relative;
z-index: -1;
}
Bless your dear heart! Thank you again so much dear Tom! Now that I have the two examples I will know what to do in future.
You're welcome :)