Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hi @takaacstamaas ,

    Thank you for reaching out to us!

    Unfortunately we do not yet support this menu-style yet, however, this is something we want to add in the future! We see a lot of people are interested in this feature, so I think we should give it a bigger priority ??

    I also see you’ve found the community topic about this feature, when we have an update, we’ll ping you in the Buttonizer Community. I’ll mark this issue on WordPress as resolved for now.

    If you have any further questions, let us know!

    Cheers ??

    Thread Starter takaacstamaas

    (@takaacstamaas)

    Hello!

    I made a little CSS for mobile only.
    It looks like this: https://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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bottom placement on mobile’ is closed to new replies.