Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1250866

    Hi,
    how do i bring submenus closer to the main menu? I would like to reduce the space.
    I attach an image to better understand: https://monosnap.com/file/SuSY5Egjo7OzqxiAOBuXt57o1BsziK
    Thanks for the support,
    Manuela

    #1251478

    Hey Manuela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header.av_minimal_header.av_header_transparency .main_menu ul:first-child >li > ul,
    #top #header.av_minimal_header.av_header_transparency .main_menu .avia_mega_div > .sub-menu {
        margin-top: -40px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1251491

    Hi support,
    this works for the home and when I scroll down the page, thanks.
    But when I’m inside a page at the beginning and the menu is big for example “who we are”, how can I fix it?
    View screen: https://monosnap.com/file/V4OGH9ODDLlYyEpzliHa30HRDmVRYV
    Thank you for your help,
    Manuela

    #1251782

    Hi,

    Please try this CSS as well:

    .av-main-nav ul.sub-menu {
        top: 70%;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.