Menu under other page elements

Discussion in 'ButterBelly WordPress Theme' started by waltergreene, Jan 23, 2014.

  1. waltergreene

    waltergreene New Member

    Joined:
    Jan 23, 2014
    Messages:
    2
    Likes Received:
    0
    When the MainNav has more than two pages, the menu goes behind the flex-caption-wrapper div. Is there any way to keep the menu in front of all other page elements?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify your issue with the help of screen shot images and
    also inform us that in which web browser you are facing the issue.
     
  3. waltergreene

    waltergreene New Member

    Joined:
    Jan 23, 2014
    Messages:
    2
    Likes Received:
    0
    Hello Piyush,
    The issue occurs in Mac Safari, Chrome and Firefox as well as Windows i.e. 7, 8, 9 (as viewed with developer tools) & 10, Chrome and Firefox. It also happens in iOS on iPad

    Additionally the menu doesn't drop down on mouse over in ie7 and while it does drop down in ie8 the links in the drop down don't show although they work.

    This is a screen capture from Mac Chrome. It appears the same in all the listed browsers.

    [​IMG]



    Thanks again Piyush
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flex-caption-wrapper {
    z-index: 9;
    } 
    This will solve your issue.
     

Share This Page