how to make the buttons remain fixed in the footer of the whole page?

    Hi tobe0928 ,

    Could you explain a bit more about what you mean? Do you mean to make the button menu sticky, or that they just only appear on the full bottom on the document (so not sticky, but a static view)?


    I need to leave it the way it appears in the attached image, in that fixed position for mobiles. Can it be placed that way?

      tobe0928 Oh that's a great menu style! Unfortunately we currently do not support this yet, but we'd love to add it to our feature list!

      I've added it to our feature list. We'll update this topic as soon we support it 🙂

        6 months later
        10 days later

        Hello!

        I made a little CSS for mobile only.
        It looks like this: http://prntscr.com/16976jx
        Enjoy:

        @media (max-width: 990px) {
        .buttonizer-group{
        left: 50% !important;
        bottom: 0% !important;
        flex-direction: row-reverse !important;
        margin-left: -84px !important;
        }
        }

        Don't forget to adjust margin-left to place your buttons centered. -84px is for 3 buttons (56x56px size).

        Regards:
        Tom