Submenu too far from menu link when hover

This topic has 8 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: mtsmartins
    mtsmartins
    Participant
    November 21, 2016 at 16:06

    I saw this solution here around
    .nav-sublist-dropdown:before {
    top: -60px;
    height: 65px;
    }
    But I tried, no change!

    Should I change the top size for .nav-sublist-dropdown {} or something on the :before?

    Please help! =D

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 22, 2016 at 09:28

    Hello,

    In your case you need to use the following code

    .nav-sublist-dropdown {
        top: 50px !important;
    }

    Regards

    Avatar: mtsmartins
    mtsmartins
    Participant
    November 22, 2016 at 23:31

    Hey!
    This code was already there, in the CUSTOM CSS, so I just added a smaller value (28px)

    Thanks.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 23, 2016 at 10:19

    Hello,

    In this case, you also need to add the following code because pseudo element of drop-down area overlaps the main menu item link and you can’t press on it

    .nav-sublist-dropdown:before {
        top: -15px;
        height: 30px;
    }

    Regards

    Avatar: mtsmartins
    mtsmartins
    Participant
    November 23, 2016 at 15:25

    Thanks!!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 24, 2016 at 08:25

    You are welcome!

    Regards

    Avatar: Kireaki
    Kireaki
    Participant
    November 25, 2016 at 12:14

    This worked for me also, tnx a lot for all help.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 25, 2016 at 15:24

    You are welcome, @Kireaki !

    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.