Memu Secudary - by Maite - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Olga Barlow

  • Avatar: Maite
    Maite
    Participant
    April 6, 2017 at 12:01

    Hello,

    I have a problem with menu secundary, when you put the mouse hover a menu which has menu secundary, its appear but if you try to click it, this menu secundary dissapear. If I eliminate logo, this problem dissapear. I dont know why, but I think this problem is because there is a gap between main menu and secundary. Please help me.

    Thank you

    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 6, 2017 at 17:49

    Hello,

    Add the following code in Theme Options > Styling > Custom CSS

    .nav-sublist-dropdown:before {
        top: -45px;
        height: 60px;
    }

    Regards

    Avatar: Maite
    Maite
    Participant
    April 11, 2017 at 08:19

    Hi,

    Now, I have same problem with the menu, I dont Know why, the only thing what has changed is update`s theme.

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 11, 2017 at 16:33

    Hello,

    I don’t see custom code that I have sent you http://prntscr.com/ev6axx
    Make sure that you added custom code.

    Regards

    Avatar: Maite
    Maite
    Participant
    April 17, 2017 at 09:01

    Hi,

    I´m completaly sure because I checked it and working well, but I add again, theme options>general>custom css>global custom.

    You check again.

    Regards

    Avatar: Maite
    Maite
    Participant
    April 17, 2017 at 09:08

    Now, it doesn´t work I dont know why, I send image where I put the code.

    https://www.dropbox.com/s/2svcdyfwi51666o/Sin%20t%C3%ADtulo.png?dl=0

    Thank

    Avatar: Maite
    Maite
    Participant
    April 19, 2017 at 10:21

    Hi, Can you respond???

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 19, 2017 at 16:53

    Hello,

    Either you have changed the logo height or the header type. Anyway, replace that code by the following

    .nav-sublist-dropdown:before {
        top: -75px;
        height: 85px;
    }
    .nav-sublist-dropdown {
        top: 85px !important;
    }
    .fixed-header .nav-sublist-dropdown {
        top: 65px !important;
    }
    

    Regards

  • Viewing 8 results - 1 through 8 (of 8 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.