I have a problem with dropdown menu - by bluewhale

This topic has 14 replies, 5 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler

  • Avatar: bluewhale
    bluewhale
    Participant
    April 25, 2017 at 04:37

    I use 8theme with BIKE Demo. I have found one problem when I created the dropdown menu. It separate from the top menu. When I scroll down to click the dropdown menu, It’s disappear. How can I fix this ? Is it bug ? Pic

    13 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    April 25, 2017 at 06:04

    Hello,

    put this css code in,

    8theme options >> styling >> custom css >> global custom css

    .menu-wrapper .menu > li:hover .nav-sublist-dropdown { top: 15px; }

    Avatar: bluewhale
    bluewhale
    Participant
    April 25, 2017 at 06:15

    Already done adding code and clear Cached and Cookie on web browsing. Noting change.

    Avatar: amzy
    Amzy Leel
    Participant
    April 25, 2017 at 07:11

    replace that with this code

    .menu-wrapper .menu > li:hover .nav-sublist-dropdown { top: 15px !important; }

    Avatar: bluewhale
    bluewhale
    Participant
    April 25, 2017 at 07:30

    If I do what you tell me, It’s fine when I scroll to top of the web page. However, when I scroll down , the dropdown menu will overlay the top bar menu like this Screen Pic

    Avatar: amzy
    Amzy Leel
    Participant
    April 25, 2017 at 09:23

    to check this I need a dropdown menu in your site but it seems you removed the dropdown menu.

    Avatar: bluewhale
    bluewhale
    Participant
    April 26, 2017 at 04:30

    I already put it back. Please check and tell me how to fix it.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 27, 2017 at 14:29

    Hello,

    To fix the fixed header drop-down add the following code

    .fixed-header .menu-wrapper .menu > li:hover .nav-sublist-dropdown {
        top: 62px !important;
    }

    Regards

    Avatar: triplestrength
    triplestrength
    Participant
    August 16, 2017 at 15:00

    Im having the same issue. When I hover over the link, the dropdown menu displays, when I got to click a submenu item, the dropdown menu disappears.

    Please advise.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 16, 2017 at 15:16

    Hello, @triplestrength,

    Please add this code in Theme Options > Custom css:

    .menu-wrapper .menu > li:hover .nav-sublist-dropdown {
        top: 50px !important;
    }
    

    Regards

    Avatar: triplestrength
    triplestrength
    Participant
    August 16, 2017 at 15:32

    Is it possible to have it not overlap the header?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 17, 2017 at 09:19

    You may change previous code to:

    .fixed-header .nav-sublist-dropdown:before {
        top: -40px !important;
    }
    .nav-sublist-dropdown:before {
        top: -60px;
        height: 70px;
    }

    Regards

    Avatar: triplestrength
    triplestrength
    Participant
    August 17, 2017 at 15:14

    perfect! thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 17, 2017 at 15:21

    You’re welcome!

    Regards

  • Viewing 14 results - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.