Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #978312

    Howdy guys,

    on a clients page i have a problem on pages on which are menu plus submenu.

    The main menu is set to visible on scrolling.

    When you scroll down and scroll to the top of the page again after, the main menu dissappears but there is a gap on the top of the page.

    How can i fix this?

    Best Regards
    Alex

    #978705

    Hey alexanderduenchem,

    Thank you for using Enfold.

    Did you add the submenu element on every page? This css code should help with the adjustment but we may need to adjust the selector a bit later on when we get more info about the menu setup.

    .single #main #sub_menu1 {
        top: 118px !important;
    }
    
    .single .av_header_transparency + #main #sub_menu1 {
        top: 0 !important;
    }

    Best regards,
    Ismael

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