[Resolved] Keep Menu In Front

Home Forums Support [Resolved] Keep Menu In Front

Home Forums Support Keep Menu In Front

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #81070
    Mary Pearson

    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!

    #81215
    Tom
    Lead Developer
    Lead Developer

    Hi Mary,

    Try this:

    .site-header {
          position: relative;
          z-index: -1;
    }
    #81314
    Mary Pearson

    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?

    http://plantbest.info

    Thank you!

    #81366
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #81423
    Mary Pearson

    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.

    #81466
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.