Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #521520

    Dear Kriesi Team,

    used your great theme “enfold” for many projects, because its highly customizabel, but this time i’m stuck.

    I’m building a Page with Main Menu at the bottom. and managed this by adding :

    position: absolute;
    bottom: 0;

    in the header section in layout.css. It works perfect. Just the sub-menus and the mega menus are now below the visible area, because the menu items are iterated downwards. Adjusting the margins of sub and mega menus wasn’ t successfull either because the sub menus have different numbers of items, so a fixed margin doesn’t help.

    Is it possible to iterate the sub menu items upwards instead of downwards? I hope in could make it clear..

    #521580

    Hey!

    Can you please post the link to your website where we can see the issue?

    Regards,
    Yigit

    #521684

    Hi,

    thanks for your fast reply, the site is local at the moment, not online.

    Its just about placing the sub and mega menu above the main menu. I can send you a screenshot if you provide me an e-mail adress..

    Thanks in advance,
    Bastian

    #521696

    Hi again,

    after thinking a bit longer about it i solved it for normal sub-menus:

    In the layout.css at line 383: .av-main-nav ul

    i added/modified:

    position: absolute;
    bottom: 65px; (may vary)

    can also be done via quick css

    This may be helpful for everyone that needs a bottom menu with working submenus.

    #521709

    Hi!

    Glad you figured it out and thank you for sharing your solution :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bottom Menu, move submenu and mega menu upwards’ is closed to new replies.