Navigation bar issue when on home page ... subpages pop back up before able to click

Discussion in 'ButterBelly WordPress Theme' started by gloryous, Oct 22, 2014.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    To the Fab InkThemes Support Team!

    Site: http://dubuquemattressfactory.com/

    On my client's site, when on the home page and attempting to access the dropdown menu on another page along the nav bar -- when hovering over any page name -- the subpages initially appear, but then pop back up before you're able to click/select any of them.

    However, once you've clicked/selected another page along the nav bar, the dropdown menu works just fine with any of the pages.

    Can you suggest a solution to fix this?

    Thank you!

    GH
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the following given css code in Custom CSS section.
    Code:
    .index_container {
    z-index: 10;
    }
    #menu .ddsmoothmenu li ul {
    z-index: 11;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    gloryous likes this.
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Perfect! You're right, Yogesh. It did resolve the issue.

    I appreciate the quick response. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page