Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1336649

    Hi

    How can I make the full-width sub-menu stick to the bottom of the screen rather than the top?

    #1336694

    Hey PhatJ,
    Unfortunately this is not a feature, but if you want to use only one submenu on a page and don’t enable the “sticky” option
    2022-01-22_011.jpg
    you can use this css to stick the menu to the bottom of the page:

    #top #main #sub_menu1 {
    	bottom: 0vh;
        position: fixed;
    }
    

    2022-01-22_012.jpg
    example page linked below

    Best regards,
    Mike

    #1336696

    that will work thanks

    #1336697

    the only problem is the submenu comes up below the menu – can the submenu show above the menu?

    • This reply was modified 2 years, 9 months ago by PhatJ.
    #1336736

    Hi,
    Thank you for the link to your site, try adding this css:

    #top #main #sub_menu1 .av-subnav-menu > li ul {
        bottom: 70px;
        top: unset;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1336747

    Magic Mike ;)

    Thanks

    #1336749

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘full width sub menu sticky at bottom of screen’ is closed to new replies.