Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #774099

    Hi!

    I need to stick the submenu at the bottom of the page. How can I do that?
    I want the submenu fixed when I scroll the page, always showing at the bottom.

    Thanks.

    #774978

    Hey maripupo,

    Have you tried adding a custom class to your submenu? http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then add something like below to quick css to push it down.

    .submenuclass {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    }

    Best regards,
    Jordan Shannon

    #775540

    Hi Jordan,

    Thanks for your help.

    It worked… But is not responsive… The position changes when I change the size of the screen.

    For exemple, see the link attached.

    How can I achieve the submenu like this site?

    Appreciate your help.

    Best regards,

    Mariana

    #775609

    Hi,

    There may be a way to create that kind of layout via the ALB. Would you be able to provide login credentials so we can look into this further?

    Best regards,
    Jordan Shannon

    #779520

    Hi Jordan!
    With your tips, I worked it out. Thanks! ;)

    You can close this case.

    #779536

    Hi,

    Great! I’m glad to hear that this worked out for you! If you need additional help, please contact us here on the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to fix submenu at the bottom’ is closed to new replies.