Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1395258

    Hallo,
    i have a big distance inbetween the mein menu and the opened sub menu. This comes from the height oh the header (145 px).
    On products i mega menu and the other menu points the regular sub menu.

    I have tired to push it up with minus px values but this moved only the rgular sub menu, not the mega menu. And it looked not really clean. Any ideas how to push all a little higher? OR insert arrow up image to close the gab ….

    screenshot

    #1395301

    Hi Sebastian,

    Can you give us a link to your page? so we can inspect it further.
    You can post the link privately.

    Best regards,
    Nikko

    #1395334

    Login added by private window

    #1395361

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    /* Adjust submenu distance from main menu  */ 
    @media only screen and (min-width: 990px) { 
    .av-main-nav ul {
      top: 80%;
    }
    }
    

    Best regards,
    Yigit

    #1395380

    ok that is better but it seems it is only for the regular sub menu, the mega menu is not higher…
    Adding this .avia_mega_div does not work

    /* Adjust submenu distance from main menu */
    @media only screen and (min-width: 990px) {
    .av-main-nav ul, .avia_mega_div {
    top: 80%!important;
    }
    }

    #1395382

    Hi,

    Your code is working fine on my end. I attached a screenshot in the private content field below. Please make sure to clear your browser cache :)

    Best regards,
    Yigit

    #1395384

    dios mio .. yes, cache issue.. great thx .. so we can close this ticket

    #1395390

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change distance betweem main menu and sub menu’ is closed to new replies.